gcc/libstdc++-v3/testsuite/21_strings/basic_string
Jonathan Wakely 4cf5930fdc PR libstdc++/79162 Fix std::string regression due to LWG 2946
PR libstdc++/79162
	* include/bits/basic_string.h (basic_string::_If_sv): Remove from the
	overload set when the argument is derived from basic_string.
	* testsuite/21_strings/basic_string/cons/char/moveable2_c++17.cc: New
	test.
	* testsuite/21_strings/basic_string/cons/wchar_t/moveable2_c++17.cc:
	New test.

From-SVN: r253024
2017-09-20 18:59:50 +01:00
..
allocator PR libstdc++/79254 simplify exception-safety in copy assignment 2017-02-01 11:41:48 +00:00
capacity Update copyright years. 2017-01-01 13:07:43 +01:00
cons PR libstdc++/79162 Fix std::string regression due to LWG 2946 2017-09-20 18:59:50 +01:00
element_access Update copyright years. 2017-01-01 13:07:43 +01:00
inserters_extractors Update copyright years. 2017-01-01 13:07:43 +01:00
literals Update copyright years. 2017-01-01 13:07:43 +01:00
modifiers Update copyright years. 2017-01-01 13:07:43 +01:00
numeric_conversions Get rid of dg-skip-if etc. default args 2017-06-17 15:32:28 +00:00
operations Add more tests for std::basic_string::find 2017-01-06 21:22:40 +00:00
operators Update copyright years. 2017-01-01 13:07:43 +01:00
range_access Update copyright years. 2017-01-01 13:07:43 +01:00
requirements Update copyright years. 2017-01-01 13:07:43 +01:00
types Update copyright years. 2017-01-01 13:07:43 +01:00
40160.cc Update copyright years. 2017-01-01 13:07:43 +01:00
56166.cc Update copyright years. 2017-01-01 13:07:43 +01:00
79162.cc PR libstdc++/79162 implement LWG 2946 and LWG 2758 2017-09-04 16:48:47 +01:00
init-list.cc Update copyright years. 2017-01-01 13:07:43 +01:00
lwg2758.cc Update copyright years. 2017-01-01 13:07:43 +01:00
lwg2946.cc Adjust test to pass with old std::string 2017-09-11 17:54:57 +01:00
pthread4.cc Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
pthread18185.cc Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
pthread33394.cc Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00