gcc/libstdc++-v3
Jonathan Wakely c962b2c36f Default special members of regex types and add noexcept
* include/bits/regex.h (sub_match): Add noexcept to default
	constructor and length observer.
	(match_results): Add noexcept to default constructor and observers
	with no preconditions. Define destructor as defaulted.
	(operator==, operator!=, swap): Add noexcept.
	(regex_iterator): Add default member initializers and define default
	constructor and destructor as defaulted. Add noexcept to equality
	and dereference operators.

From-SVN: r261266
2018-06-07 09:56:45 +01:00
..
config
doc
include Default special members of regex types and add noexcept 2018-06-07 09:56:45 +01:00
libsupc++
po
python
scripts
src 2018-06-07 François Dumont <fdumont@gcc.gnu.org> 2018-06-07 05:44:53 +00:00
testsuite PR libstdc++/86008 add std::quoted support for string_view 2018-06-06 07:05:07 +01:00
acinclude.m4
aclocal.m4
ChangeLog Default special members of regex types and add noexcept 2018-06-07 09:56:45 +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-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
config.h.in PR libstdc++/78870 support std::filesystem on Windows 2018-05-31 20:20:24 +01:00
configure PR libstdc++/78870 support std::filesystem on Windows 2018-05-31 20:20:24 +01:00
configure.ac PR libstdc++/78870 support std::filesystem on Windows 2018-05-31 20:20:24 +01:00
configure.host
crossconfig.m4
fragment.am
linkage.m4
Makefile.am
Makefile.in
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.