llvm-project/libcxx/test/std/strings/basic.string
Eric Fiselier 38590b3845 Fix std::string assignment ambiguity from braced initializer lists.
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
2017-01-17 22:10:32 +00:00
..
string.access [libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", part 12/12. 2016-12-06 01:13:51 +00:00
string.capacity Protect std::string tests under libcpp-no-exceptions 2016-11-29 16:40:19 +00:00
string.cons Fix std::string assignment ambiguity from braced initializer lists. 2017-01-17 22:10:32 +00:00
string.iterators [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12. 2016-12-06 01:13:14 +00:00
string.modifiers [libcxx] [test] D27027: Strip trailing whitespace. 2016-11-23 22:03:28 +00:00
string.nonmembers [libcxx] [test] D27027: Strip trailing whitespace. 2016-11-23 22:03:28 +00:00
string.ops Protect std::string tests under libcpp-no-exceptions 2016-11-29 16:40:19 +00:00
string.require [libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_type/difference_type. 2016-12-14 22:46:46 +00:00
allocator_mismatch.fail.cpp Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this. 2015-11-26 01:24:04 +00:00
input_iterator.h
test_traits.h
types.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00