gcc/libstdc++-v3/testsuite/21_strings/basic_string
Jonathan Wakely 4f83482f46 PR libstdc++/79162 disambiguate assignment from string_view
PR libstdc++/79162
	* include/bits/basic_string.h [_GLIBCXX_USE_CXX11_ABI]
	(basic_string<C,T,A>::operator=(basic_string_view<C,T>)): Replace
	with a constrained template.
	[!_GLIBCXX_USE_CXX11_ABI]
	(basic_string<C,T,A>::operator=(basic_string_view<C,T>)): Likewise.
	* testsuite/21_strings/basic_string/cons/char/79162.cc: New test.
	* testsuite/21_strings/basic_string/cons/wchar_t/79162.cc: New test.

From-SVN: r246128
2017-03-14 14:51:19 +00: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 disambiguate assignment from string_view 2017-03-14 14:51:19 +00: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 Update copyright years. 2017-01-01 13:07:43 +01: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
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
pthread4.cc Update copyright years. 2017-01-01 13:07:43 +01:00
pthread18185.cc Update copyright years. 2017-01-01 13:07:43 +01:00
pthread33394.cc Update copyright years. 2017-01-01 13:07:43 +01:00