You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/strings
Hans Wennborg 6b1958c5ce Merging r278904:
------------------------------------------------------------------------
r278904 | marshall | 2016-08-16 22:58:40 -0700 (Tue, 16 Aug 2016) | 1 line

Support allocators with explicit conversion constructors. Fixes bug #29000
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_39@279015 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
basic.string Merging r278904: 9 years ago
basic.string.hash libc++ implements its' hash objects as deriving from std::unary_function, and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library. 11 years ago
basic.string.literals Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
c.strings Move more _LIBCPP_VERSION tests to test/libcxx. 10 years ago
char.traits Fix comment typos, strip trailing whitespace. Patch from STL@microsoft.com 10 years ago
string.classes Move test into test/std subdirectory. 11 years ago
string.conversions Make it possible to build a no-exceptions variant of libcxx. 10 years ago
strings.general Move test into test/std subdirectory. 11 years ago