gcc/libstdc++-v3/doc/xml
Jonathan Wakely 50748fad7c PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354)
Backport from mainline
2017-10-13  Jonathan Wakely  <jwakely@redhat.com>

	PR libstdc++/82522
	* doc/xml/manual/intro.xml: Document LWG 2354 changes.
	* include/bits/stl_map.h (map::insert(value_type&&))
	(map::insert(const_iterator, value_type&&)): Add overload for rvalues.
	* include/bits/stl_multimap.h (multimap::insert(value_type&&))
	(multimap::insert(const_iterator, value_type&&)): Likewise.
	* include/bits/unordered_map.h (unordered_map::insert(value_type&&))
	(unordered_map::insert(const_iterator, value_type&&))
	(unordered_multimap::insert(value_type&&))
	(unordered_multimap::insert(const_iterator, value_type&&)): Likewise.
	* testsuite/23_containers/map/modifiers/insert/dr2354.cc: New test.
	* testsuite/23_containers/multimap/modifiers/insert/dr2354.cc: New
	test.
	* testsuite/23_containers/unordered_map/insert/dr2354.cc: New test.
	* testsuite/23_containers/unordered_multimap/insert/dr2354.cc: New
	test.

From-SVN: r255330
2017-12-01 17:50:59 +00:00
..
gnu
images
manual PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354) 2017-12-01 17:50:59 +00:00
api.xml Update links to libstdc++ Doxygen pages 2016-08-22 17:47:39 +01:00
authors.xml
book.txml
chapter.txml chapter.txml: Remove whitespace inside <keyword>. 2012-11-11 21:17:43 +00:00
class.txml chapter.txml: Remove whitespace inside <keyword>. 2012-11-11 21:17:43 +00:00
faq.xml faq.xml: Update reference link to C++ ABI for Itanium. 2017-04-11 22:36:40 +00:00
spine.xml Update copyright years. 2017-01-01 13:07:43 +01:00