llvm-project/libcxx/test/std/strings
Marshall Clow 94f89aeec5 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.
llvm-svn: 254119
2015-11-26 01:24:04 +00:00
..
basic.string 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
basic.string.hash
basic.string.literals
c.strings Split <ctype.h> out of <cctype>. 2015-10-08 20:36:30 +00:00
char.traits Rooting out more undefined behavior in char_traits. 2015-02-13 16:04:42 +00:00
string.classes
string.conversions Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
strings.general
version.pass.cpp