gcc/libstdc++-v3/testsuite/21_strings
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
..
basic_string PR libstdc++/79162 disambiguate assignment from string_view 2017-03-14 14:51:19 +00:00
basic_string_view Update copyright years. 2017-01-01 13:07:43 +01:00
c_strings Update copyright years. 2017-01-01 13:07:43 +01:00
char_traits/requirements Update copyright years. 2017-01-01 13:07:43 +01:00
debug Update copyright years. 2017-01-01 13:07:43 +01:00
headers Update copyright years. 2017-01-01 13:07:43 +01:00