![]() When support for `basic_string_view` was added to string it also added new assignment operators from `basic_string_view`. These caused ambiguity when assigning from a braced initializer. This patch fixes that regression by making the basic_string_view assignment operator rank lower in overload resolution by making it a template. llvm-svn: 292276 |
||
---|---|---|
.. | ||
string.access | ||
string.capacity | ||
string.cons | ||
string.iterators | ||
string.modifiers | ||
string.nonmembers | ||
string.ops | ||
string.require | ||
allocator_mismatch.fail.cpp | ||
input_iterator.h | ||
test_traits.h | ||
types.pass.cpp |