gcc/libstdc++-v3/include/backward
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
..
auto_ptr.h Update copyright years. 2018-01-03 11:03:58 +01:00
backward_warning.h Update copyright years. 2018-01-03 11:03:58 +01:00
binders.h Update copyright years. 2018-01-03 11:03:58 +01:00
hash_fun.h Update copyright years. 2018-01-03 11:03:58 +01:00
hash_map Update copyright years. 2018-01-03 11:03:58 +01:00
hash_set Update copyright years. 2018-01-03 11:03:58 +01:00
hashtable.h Update copyright years. 2018-01-03 11:03:58 +01:00
strstream P0935R0 Eradicating unnecessarily explicit default constructors 2018-06-14 15:12:24 +01:00