gcc/libstdc++-v3/include/std
Jonathan Wakely 6e48db73ed memory: Include auto_ptr.h later.
* include/std/memory: Include auto_ptr.h later.
	* include/bits/shared_ptr.h (shared_ptr(auto_ptr<_Up>&&): Remove
	definition.
	* include/bits/shared_ptr_base.h (__shared_ptr(auto_ptr<_Up>&&):
	Likewise.
	* include/bits/unique_ptr.h (unique_ptr(auto_ptr<_Up>&&): Likewise.
	* include/backward/auto_ptr.h (unique_ptr(auto_ptr<_Up>&&): Define.
	(shared_ptr(auto_ptr<_Up>&&, __shared_ptr(auto_ptr<_Up>&&): Likewise.
	* include/std/future: Reduce header dependencies.
	* testsuite/20_util/default_delete/48631_neg.cc: Adjust dg-error line
	numbers.
	* testsuite/20_util/shared_ptr/cons/43820_neg.cc: Likewise.
	* testsuite/20_util/unique_ptr/assign/48635_neg.cc: Likewise.

From-SVN: r190109
2012-08-03 01:27:48 +01:00
..
algorithm
array re PR libstdc++/44015 (template parameters not documented) 2012-05-02 22:25:28 +00:00
atomic re PR libstdc++/44015 (template parameters not documented) 2012-05-02 22:25:28 +00:00
bitset random.tcc (seed_seq::generate): Cast max() operands to size_t to ensure a template match. 2012-05-10 16:32:47 -04:00
chrono re PR libstdc++/54025 (atomic<chrono::duration> won't compile: chrono::duration::duration() is not C++11 compliant) 2012-07-20 09:48:57 +00:00
complex
condition_variable * include/std/condition_variable: Update copyright years. 2012-07-05 02:14:35 +01:00
deque
forward_list
fstream re PR libstdc++/44015 (template parameters not documented) 2012-05-02 22:25:28 +00:00
functional functional (function::function(F)): LWG 2132: Disable constructor if argument isn't callable. 2012-04-29 23:59:37 +01:00
future memory: Include auto_ptr.h later. 2012-08-03 01:27:48 +01:00
iomanip
ios
iosfwd
iostream
istream re PR libstdc++/44015 (template parameters not documented) 2012-05-02 22:25:28 +00:00
iterator
limits re PR libstdc++/22200 (numeric_limits<signed>::is_modulo is inconsistent with gcc) 2012-04-29 09:25:17 +00:00
list
locale
map
memory memory: Include auto_ptr.h later. 2012-08-03 01:27:48 +01:00
mutex re PR libstdc++/53578 (include/ext/concurrence.h relies on ill-formed narrowing conversions) 2012-06-15 01:27:29 +01:00
numeric
ostream re PR libstdc++/44015 (template parameters not documented) 2012-05-02 22:25:28 +00:00
queue
random
ratio re PR libstdc++/53840 ([C++11] DR 921. Rational Arithmetic should use template aliases) 2012-07-03 19:24:07 +00:00
regex
scoped_allocator scoped_allocator (scoped_allocator::__outermost): Do not pass non-POD to varargs function. 2012-04-25 19:03:03 +01:00
set
sstream re PR libstdc++/44015 (template parameters not documented) 2012-05-02 22:25:28 +00:00
stack
stdexcept
streambuf re PR libstdc++/44015 (template parameters not documented) 2012-05-02 22:25:28 +00:00
string
system_error
thread re PR libstdc++/53872 ([C++11] ADL bug in std::thread) 2012-07-06 13:55:58 +00:00
tuple re PR libstdc++/53648 ([C++11] nested empty tuples) 2012-06-14 23:07:33 +01:00
type_traits type_traits (is_nothrow_destructible): Implement. 2012-04-23 21:34:06 +00:00
typeindex
unordered_map
unordered_set
utility
valarray
vector