gcc/libstdc++-v3/doc/xml/manual
Jonathan Wakely 3b0dd4fea2 PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354)
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: r253725
2017-10-13 13:39:32 +01:00
..
abi.xml PR libstdc++/81092 add std::wstring symbols and bump library version 2017-06-16 12:54:59 +01:00
algorithms.xml
allocator.xml allocator.xml: Adjust link for Hoard. 2017-09-09 06:51:49 +00:00
appendix_contributing.xml Add cross-reference for test permutations in libstdc++ manual 2017-05-16 11:37:22 +01:00
appendix_free.xml
appendix_porting.xml
atomics.xml
auto_ptr.xml
backwards_compatibility.xml Fix broken links in manual and remove outdated info 2017-03-23 19:40:21 +00:00
bitmap_allocator.xml
build_hacking.xml Update libstdc++ version info in manual 2017-05-18 11:09:32 +01:00
codecvt.xml
concurrency.xml
concurrency_extensions.xml concurrency_extensions.xml: Update documentation on atomics. 2015-04-20 12:07:50 +01:00
configure.xml Document options for Filesystem TS library 2015-10-16 14:55:12 +01:00
containers.xml Update copyright years in libstdc++ manual and add link 2016-02-04 21:43:40 +00:00
ctype.xml
debug.xml * doc/xml/manual/debug.xml: Adjust link to ThreadSanitizer. 2017-02-19 10:54:35 +00:00
debug_mode.xml debug_mode.xml: Update and simplify note on link- and run-time coexistence. 2017-03-02 19:11:50 +00:00
diagnostics.xml Save-and-restore errno more carefully in libstdc++ 2015-10-01 12:23:39 +01:00
documentation_hacking.xml documentation_hacking.xml: Tweak link to doxygen.org. 2017-03-01 12:53:28 +00:00
evolution.xml
extensions.xml PR libstdc++/81835 fix broken URLs in libstdc++ docs 2017-09-13 11:05:59 +01:00
internals.xml Allow _GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN to be overridden 2016-01-22 12:47:26 +00:00
intro.xml PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354) 2017-10-13 13:39:32 +01:00
io.xml Fix broken links in manual and remove outdated info 2017-03-23 19:40:21 +00:00
iterators.xml
locale.xml
localization.xml
messages.xml
mt_allocator.xml Fix ViewCVS URLs in libstdc++ manual 2017-05-11 16:01:10 +01:00
numerics.xml
parallel_mode.xml
policy_data_structures.xml Fix typos in libstdc++ manual 2017-05-18 11:26:02 +01:00
policy_data_structures_biblio.xml policy_data_structures.xml: Simplify and standardize references to boost.org. 2017-02-16 15:25:18 +00:00
prerequisites.xml
profile_mode.xml * doc/xml/manual/profile_mode.xml: Fix link. 2017-02-18 08:37:19 +00:00
shared_ptr.xml policy_data_structures.xml: Simplify and standardize references to boost.org. 2017-02-16 15:25:18 +00:00
spine.xml Fix typos in libstdc++ docs and update copyright years 2017-01-03 11:16:31 +00:00
status_cxx1998.xml Improve implementation-defined docs for libstdc++ 2016-10-07 19:02:53 +01:00
status_cxx2011.xml PR libstdc++/80624 satisfy invariant for char_traits<char16_t>::eof() 2017-06-02 19:35:37 +01:00
status_cxx2014.xml Update libstdc++ status docs 2016-07-07 17:35:43 +01:00
status_cxx2017.xml PR libstdc++/79433 no #error for including headers with wrong -std 2017-09-12 15:02:59 +01:00
status_cxxtr1.xml
status_cxxtr24733.xml
strings.xml configure.xml: Update descriptions of options affecting dual ABI and add cross-references. 2015-04-21 11:38:43 +01:00
support.xml
test.xml Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0 2017-06-14 20:38:30 +01:00
test_policy_data_structures.xml Fix typos in libstdc++ manual 2017-05-18 11:26:02 +01:00
using.xml Add AddressSanitizer annotations to std::vector 2017-07-21 17:05:10 +01:00
using_exceptions.xml Update links and references in libstdc++ manual 2017-02-08 12:02:36 +00:00
utilities.xml