gcc/libstdc++-v3/testsuite
François Dumont 181a5a136f 2012-08-10 François Dumont <fdumont@gcc.gnu.org>
Ollie Wild  <aaw@google.com>

	* include/bits/hashtable.h
	(_Hashtable<>_M_insert_multi_node(hash_code, node_type*)): New.
	(_Hashtable<>_M_insert(_Args&&, false_type)): Use latter.
	(_Hashtable<>::_M_emplace(false_type, _Args&&...)): Likewise.
	(_Hashtable<>::_M_insert_bucket): Replace by ...
	(_Hashtable<>::_M_insert_unique_node(size_type, hash_code, node_type*)):
	... this, new.
	(_Hashtable<>::_M_insert(_Args&&, true_type)): Use latter.
	(_Hashtable<>::_M_emplace(true_type, _Args&&...)): Likewise.
	* include/bits/hashtable_policy.h (_Map_base<>::operator[]): Use
	latter, emplace the value_type rather than insert.
	* include/std/unordered_map: Include tuple.
	* include/std/unordered_set: Likewise.
	* testsuite/util/testsuite_counter_type.h: New.
	* testsuite/23_containers/unordered_map/operators/2.cc: New.

Co-Authored-By: Ollie Wild <aaw@google.com>

From-SVN: r190355
2012-08-13 19:43:19 +00:00
..
17_intro re PR libstdc++/54112 (including complex.h and complex fails in C++03) 2012-08-13 11:55:00 +00:00
18_support
19_diagnostics
20_util memory: Include auto_ptr.h later. 2012-08-03 01:27:48 +01:00
21_strings
22_locale re PR libstdc++/53678 (namespace pollution on NetBSD) 2012-06-18 22:43:58 +01:00
23_containers 2012-08-10 François Dumont <fdumont@gcc.gnu.org> 2012-08-13 19:43:19 +00:00
24_iterators
25_algorithms 2012-05-29 François Dumont <fdumont@gcc.gnu.org> 2012-05-29 19:29:29 +00:00
26_numerics re PR libstdc++/54112 (including complex.h and complex fails in C++03) 2012-08-13 11:55:00 +00:00
27_io
28_regex 02_match: To... 2012-06-25 06:01:13 +00:00
29_atomics
30_threads adl.cc: Add missing dg-requires. 2012-07-20 09:44:15 +00:00
abi
backward
config
data
decimal [multiple changes] 2012-08-06 18:06:42 +00:00
ext c++config: Remove __regex nested namespace. 2012-06-28 07:50:34 +00:00
lib
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters
performance re PR libstdc++/54075 ([4.7.1] unordered_map insert still slower than 4.6.2) 2012-07-29 16:44:18 +00:00
tr1
tr2
util 2012-08-10 François Dumont <fdumont@gcc.gnu.org> 2012-08-13 19:43:19 +00:00
Makefile.am
Makefile.in