gcc/libstdc++-v3/include
Paolo Carlini fb7342fd6f PR libstdc++/44436 (partial)
2010-10-28  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/44436 (partial)
	* include/bits/hashtable.h (_Hashtable<>::insert(value_type&&),
	insert(_Pair&&), insert(const_iterator, value_type&&),
	insert(const_iterator, _Pair&&)): Add.
	(_M_allocate_node, _M_insert, _M_insert_bucket): Templatize.
	* include/bits/hashtable_policy.h (__detail::_Select1st): Add; use
	it throughout.
	(_Map_base<>::operator[](_Key&&)): Add.
	* include/bits/unordered_map.h: Use __detail::_Select1st throughout.
	* include/debug/unordered_map: Update.
	* include/debug/unordered_set: Likewise.
	* include/profile/unordered_map: Likewise.
	* include/profile/unordered_set: Likewise.
	* testsuite/util/testsuite_rvalref.h (struct hash<rvalstruct>): Add;
	minor tweaks throughout, use deleted special members.
	* testsuite/23_containers/unordered_map/insert/map_single_move-1.cc:
	New.
	* testsuite/23_containers/unordered_map/insert/map_single_move-2.cc:
	Likewise.
	* testsuite/23_containers/unordered_map/insert/array_syntax_move.cc:
	Likewise.
	* testsuite/23_containers/unordered_multimap/insert/
	multimap_single_move-1.cc: Likewise.
	* testsuite/23_containers/unordered_multimap/insert/
	multimap_single_move-2.cc: Likewise.
	* testsuite/23_containers/unordered_set/insert/set_single_move.cc:
	Likewise.
	* testsuite/23_containers/unordered_multiset/insert/
	multiset_single_move.cc: Likewise.

	* testsuite/23_containers/unordered_map/insert/array_syntax.cc:
	Minor cosmetic changes.

From-SVN: r166030
2010-10-28 16:01:05 +00:00
..
backward c++config (std::size_t, [...]): Provide typedefs. 2010-06-03 19:15:56 +00:00
bits PR libstdc++/44436 (partial) 2010-10-28 16:01:05 +00:00
c
c_compatibility atomic: Update to N3000. 2009-12-21 19:00:34 +00:00
c_global cmath (__pow_helper): Remove. 2010-09-27 09:27:05 +00:00
c_std cmath (__pow_helper): Remove. 2010-09-27 09:27:05 +00:00
debug PR libstdc++/44436 (partial) 2010-10-28 16:01:05 +00:00
decimal decimal: Minor formatting and uglification fixes. 2009-10-29 13:15:51 +00:00
ext Uglify C++ headers some more. 2010-09-19 09:44:24 +00:00
parallel Uglify C++ headers some more. 2010-09-19 09:44:24 +00:00
precompiled typeindex: New. 2010-09-22 12:04:08 +00:00
profile PR libstdc++/44436 (partial) 2010-10-28 16:01:05 +00:00
std c-common.c (c_common_reswords): Add __is_literal_type. 2010-10-27 17:43:33 -04:00
tr1 functional (function<>::swap): Use std::swap. 2010-10-04 17:28:24 +00:00
tr1_impl ios_init.cc (ios_base::Init::~Init): Add back semicolon at the end of the _GLIBCXX_SYNCHRONIZATION_HAPPENS* macros... 2010-08-13 11:48:34 +00:00
Makefile.am re PR libstdc++/43554 (profile-mode version of forward_list missing) 2010-10-17 14:49:11 +00:00
Makefile.in re PR libstdc++/43554 (profile-mode version of forward_list missing) 2010-10-17 14:49:11 +00:00