gcc/libstdc++-v3/testsuite/28_regex
Jonathan Wakely e9ecac306b P0935R0 Eradicating unnecessarily explicit default constructors
More pieces of P0935R0, making default constructors non-explicit.

	* include/backward/strstream (strstreambuf): Add non-explicit default
	constructor.
	* include/bits/locale_conv.h (wbuffer_convert, wstring_convert):
	Likewise.
	* include/bits/regex.h (match_results): Likewise.
	* testsuite/22_locale/conversions/buffer/1.cc: Test for non-explicit
	default constructor.
	* testsuite/22_locale/conversions/string/1.cc: Likewise.
	* testsuite/28_regex/match_results/ctors/char/default.cc: Likewise.
	* testsuite/28_regex/match_results/ctors/wchar_t/default.cc: Likewise.

From-SVN: r261597
2018-06-14 15:12:24 +01:00
..
algorithms re PR libstdc++/83601 (std::regex_replace C++14 conformance issue: escaping in SED mode) 2018-01-14 00:48:30 +00:00
basic_regex PR libstdc++/85098 add missing definitions for static constants 2018-05-18 17:14:04 +01:00
constants Update copyright years. 2018-01-03 11:03:58 +01:00
headers/regex Update copyright years. 2018-01-03 11:03:58 +01:00
iterators Update copyright years. 2018-01-03 11:03:58 +01:00
match_results P0935R0 Eradicating unnecessarily explicit default constructors 2018-06-14 15:12:24 +01:00
regex_error Update copyright years. 2018-01-03 11:03:58 +01:00
requirements Update copyright years. 2018-01-03 11:03:58 +01:00
sub_match Update copyright years. 2018-01-03 11:03:58 +01:00
traits Update copyright years. 2018-01-03 11:03:58 +01:00
init-list.cc Update copyright years. 2018-01-03 11:03:58 +01:00
range_access.cc Update copyright years. 2018-01-03 11:03:58 +01:00
regression.cc Update copyright years. 2018-01-03 11:03:58 +01:00
simple_c++11.cc Update copyright years. 2018-01-03 11:03:58 +01:00