cxx/test/std/strings
2015-07-13 20:04:56 +00:00
..
basic.string Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates. 2015-07-13 20:04:56 +00:00
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. 2015-01-07 21:53:23 +00:00
basic.string.literals Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
c.strings Make support for thread-unsafe C functions optional. 2015-06-24 08:44:38 +00:00
char.traits Rooting out more undefined behavior in char_traits. 2015-02-13 16:04:42 +00:00
string.classes Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
string.conversions Rename system_lib -> system_cxx_lib. NFC 2015-01-14 23:38:12 +00:00
strings.general Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
version.pass.cpp Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00