gcc/libstdc++-v3/include/std
Jonathan Wakely b82f988e8d re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though it's not required to be a complete type)
PR libstdc++/60497
	* include/debug/array (get): Qualify call to other get overload.
	* include/profile/array (get): Likewise.
	* include/std/array (get): Likewise.
	* include/std/functional (_Mu, _Bind, _Bind_result): Qualify std::get.
	* include/std/mutex (unique_lock, call_once): Use __addressof.
	(__unlock_impl): Remove unused template.
	(__try_to_lock): Declare inline.
	(__try_lock_impl::__do_try_lock): Qualify function calls.
	(lock): Avoid narrowing conversion.
	* testsuite/20_util/bind/60497.cc: New.
	* testsuite/23_containers/array/element_access/60497.cc: New.
	* testsuite/30_threads/call_once/60497.cc: New.
	* testsuite/30_threads/unique_lock/cons/60497.cc: New.

From-SVN: r210388
2014-05-13 18:22:08 +01:00
..
algorithm
array re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though it's not required to be a complete type) 2014-05-13 18:22:08 +01:00
atomic * include/std/atomic: Uglify parameter names. 2014-04-15 19:28:57 +01:00
bitset
chrono
complex complex (__complex_exp, pow): Specify the template parameter in calls to std::polar, for expression templates. 2014-04-11 18:57:59 +00:00
condition_variable
deque
forward_list
fstream re PR libstdc++/13860 (Poor error messages on invalid template parameters for basic_filebuf) 2014-05-08 19:30:14 +01:00
functional re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though it's not required to be a complete type) 2014-05-13 18:22:08 +01:00
future re PR libstdc++/60564 ([C++11] The std::packaged_task constructor taking a reference to a functor does not copy its argument.) 2014-03-18 16:31:38 +00:00
iomanip re PR libstdc++/60270 ([C++1y] std::quoted is too eager to clear the string) 2014-03-31 19:46:23 +01:00
ios
iosfwd
iostream iostream: Fix URL in comment. 2014-05-08 20:01:51 +01:00
istream
iterator
limits
list
locale
map
memory
mutex re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though it's not required to be a complete type) 2014-05-13 18:22:08 +01:00
numeric
ostream
queue
random
ratio
regex
scoped_allocator
set
shared_mutex
sstream
stack
stdexcept
streambuf re PR libstdc++/57394 ([C++11] basic_streambuf incorrect copy constructor / copy assignment access specifier) 2014-05-08 18:17:06 +01:00
string
system_error
thread
tuple re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though it's not required to be a complete type) 2014-05-13 12:18:01 +01:00
type_traits
typeindex
unordered_map
unordered_set
utility
valarray
vector