gcc/libstdc++-v3
Jonathan Wakely 976160b962 Add assertions to extract(const_iterator) functions
* include/bits/stl_map.h (map::extract(const_iterator)): Assert that
	iterator is not past-the-end.
	* include/bits/stl_multimap.h (multimap::extract(const_iterator)):
	Likewise.
	* include/bits/stl_multiset.h (multiset::extract(const_iterator)):
	Likewise.
	* include/bits/stl_set.h (set::extract(const_iterator)): Likewise.
	* include/bits/unordered_map.h (unordered_map::extract(const_iterator))
	(unordered_multimap::extract(const_iterator)): Likewise.
	* include/bits/unordered_set.h (unordered_set::extract(const_iterator))
	(unordered_multiset::extract(const_iterator)): Likewise.

From-SVN: r240487
2016-09-26 11:17:48 +01:00
..
config [RTEMS] Always use atomic builtins for libstdc++ 2016-09-23 06:58:00 +00:00
doc Implement C++17 node extraction and insertion (P0083R5) 2016-09-22 14:58:49 +01:00
include Add assertions to extract(const_iterator) functions 2016-09-26 11:17:48 +01:00
libsupc++ Implement -Wimplicit-fallthrough. 2016-09-26 09:42:50 +00:00
po Update copyright years. 2016-01-04 15:30:50 +01:00
python Implement C++17 node extraction and insertion (P0083R5) 2016-09-22 14:58:49 +01:00
scripts Add -fno-show-column to libstdc++ test flags 2016-08-02 20:34:15 +01:00
src debug.cc: Include debug/vector. 2016-09-25 20:26:02 +00:00
testsuite re PR libstdc++/77717 (testsuite/21_strings/basic_string_view/operations/compare/char/1.cc makes undefined memcmp call) 2016-09-26 12:46:19 +03:00
acinclude.m4 [RTEMS] Always use atomic builtins for libstdc++ 2016-09-23 06:58:00 +00:00
aclocal.m4 libstdc++: Bump to automake 1.11.6 2015-05-13 10:51:03 +00:00
ChangeLog Add assertions to extract(const_iterator) functions 2016-09-26 11:17:48 +01:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013 * ChangeLog-2013: Correct an old entry. 2014-05-26 23:49:19 +02:00
ChangeLog-2014 Rotate libstdc++-v3/ChangeLog 2015-01-02 16:50:36 +00:00
ChangeLog-2015 Update copyright years. 2016-01-04 15:30:50 +01:00
config.h.in Implement P0035R4, C++17 new of over-aligned types. 2016-09-09 17:22:15 -04:00
configure * configure.ac: Define HAVE_MEMALIGN for newlib. 2016-09-23 10:34:51 -04:00
configure.ac * configure.ac: Define HAVE_MEMALIGN for newlib. 2016-09-23 10:34:51 -04:00
configure.host [RTEMS] Always use atomic builtins for libstdc++ 2016-09-23 06:58:00 +00:00
crossconfig.m4 remove knetbsd support 2016-06-21 21:57:30 +00:00
fragment.am libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGS 2015-07-24 07:05:19 +00:00
linkage.m4
Makefile.am Update copyright years. 2016-01-04 15:30:50 +01:00
Makefile.in libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGS 2015-07-24 07:05:19 +00:00
README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.