gcc/libstdc++-v3/include
Paolo Carlini 2839c1513e unordered_map (__unordered_map<>::__unordered_map(__unordered_map&&), [...]): Add in C++0x.
2007-11-25  Paolo Carlini  <pcarlini@suse.de>

	* include/tr1_impl/unordered_map
	(__unordered_map<>::__unordered_map(__unordered_map&&),
	__unordered_multimap<>::__unordered_multimap(__unordered_multimap&&),
	unordered_map<>::unordered_map(unordered_map&&),
	unordered_multimap<>::unordered_multimap(unordered_multimap&&),
	unordered_map<>::operator=(unordered_map&&),
	unordered_multimap<>::operator=(unordered_multimap&&),
	swap(unordered_map<>&&, unordered_map<>&),
	swap(unordered_map<>&, unordered_map<>&&),
	swap(unordered_multimap<>&&, unordered_multimap<>&),
	swap(unordered_multimap<>&, unordered_multimap<>&&)): Add in C++0x.
	(swap(unordered_multimap<>&, unordered_multimap<>&),
	swap(unordered_multimap<>&, unordered_multimap<>&)): Add.
	* include/tr1_impl/unordered_set
	(__unordered_set<>::__unordered_set(__unordered_set&&),
	__unordered_multiset<>::__unordered_multiset(__unordered_multiset&&),
	unordered_set<>::unordered_set(unordered_setp&&),
	unordered_multiset<>::unordered_multiset(unordered_multiset&&),
	unordered_set<>::operator=(unordered_set&&),
	unordered_multiset<>::operator=(unordered_multiset&&),
	swap(unordered_set<>&&, unordered_set<>&),
	swap(unordered_set<>&, unordered_set<>&&),
	swap(unordered_multiset<>&&, unordered_multiset<>&),
	swap(unordered_multiset<>&, unordered_multiset<>&&)): Likewise.
	(swap(unordered_set<>&, unordered_set<>&),
	swap(unordered_multiset<>&, unordered_multiset<>&)): Add.
	* include/tr1_impl/hashtable (_Hashtable<>::_Hashtable(_Hashtable&&),
	swap(_Hashtable&&)): Add in C++0x.
	* testsuite/23_containers/unordered_map/moveable.cc: New.
	* testsuite/23_containers/unordered_set/moveable.cc: Likewise.
	* testsuite/23_containers/unordered_multimap/moveable.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/moveable.cc: Likewise.

From-SVN: r130412
2007-11-25 18:09:31 +00:00
..
backward documentation.html: First pass at unified table of contents. 2007-11-13 17:43:57 +00:00
bits stl_algobase.h (__lexicographical_compare<>::__lc): Move out of line. 2007-11-25 11:22:03 +00:00
c
c_compatibility
c_global cmath: Tweak includes. 2007-06-13 07:31:39 +00:00
c_std 2007-05-27 Paolo Carlini <pcarlini@suse.de> 2007-05-27 14:50:21 +00:00
debug bitset (bitset<>::all): Add, per DR 693 [Ready]. 2007-11-23 22:14:56 +00:00
ext stl_algobase.h (struct __lexicographical_compare): Add. 2007-11-16 23:41:55 +00:00
parallel re PR libstdc++/33893 ([parallel mode] Algorithms rely on omp_set_dynamic(false)) 2007-11-22 10:13:08 +00:00
precompiled Convert ext/hash_map, set to tr1/functional, tr1/unordered_map, set. 2007-10-11 21:48:54 +00:00
std bitset (bitset<>::all): Add, per DR 693 [Ready]. 2007-11-23 22:14:56 +00:00
tr1 functional_hash.h: Do not include ext/numeric_traits.h. 2007-11-20 14:06:53 +00:00
tr1_impl unordered_map (__unordered_map<>::__unordered_map(__unordered_map&&), [...]): Add in C++0x. 2007-11-25 18:09:31 +00:00
Makefile.am type_traits (is_reference, [...]): Declare. 2007-11-18 18:05:42 +00:00
Makefile.in type_traits (is_reference, [...]): Declare. 2007-11-18 18:05:42 +00:00