gcc/libstdc++-v3/testsuite/23_containers/unordered_map
Ville Voutilainen b95170d380 Implement N4279, Improved insertion interface for unique-key maps.
2015-08-09  Ville Voutilainen  <ville.voutilainen@gmail.com>

	Implement N4279, Improved insertion interface for unique-key maps.
	* include/bits/stl_map.h (try_emplace, insert_or_assign): New.
	* include/bits/stl_tree.h (_M_get_insert_unique_pos,
	_M_get_insert_equal_pos, _M_get_insert_hint_unique_pos,
	_M_get_insert_hint_equal_pos): Make public.
	* include/bits/unordered_map.h (try_emplace, insert_or_assign): New.
	* testsuite/23_containers/map/modifiers/insert_or_assign/1.cc:
	Likewise.
	* testsuite/23_containers/map/modifiers/try_emplace/1.cc: Likewise.
	* testsuite/23_containers/unordered_map/modifiers/insert_or_assign.cc:
	Likewise.
	* testsuite/23_containers/unordered_map/modifiers/try_emplace.cc:
	Likewise.

From-SVN: r226743
2015-08-09 01:57:13 +03:00
..
allocator c++config (_GLIBCXX_NOEXCEPT_IF): Define. 2015-07-13 18:15:48 +01:00
cons 66055.cc: Add constructor invocations. 2015-05-19 19:57:09 +00:00
debug Update copyright years. 2015-01-05 13:33:28 +01:00
erase Update copyright years. 2015-01-05 13:33:28 +01:00
hash_policy Update copyright years. 2015-01-05 13:33:28 +01:00
insert Update copyright years. 2015-01-05 13:33:28 +01:00
modifiers Implement N4279, Improved insertion interface for unique-key maps. 2015-08-09 01:57:13 +03:00
operations Update copyright years. 2015-01-05 13:33:28 +01:00
operators Update copyright years. 2015-01-05 13:33:28 +01:00
profile
requirements Update copyright years. 2015-01-05 13:33:28 +01:00
55043.cc Update copyright years. 2015-01-05 13:33:28 +01:00
59548.cc Update copyright years. 2015-01-05 13:33:28 +01:00
dr761.cc Update copyright years. 2015-01-05 13:33:28 +01:00
final_hash.cc Update copyright years. 2015-01-05 13:33:28 +01:00
init-list.cc Update copyright years. 2015-01-05 13:33:28 +01:00
observers.cc Update copyright years. 2015-01-05 13:33:28 +01:00
range_access.cc Update copyright years. 2015-01-05 13:33:28 +01:00