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
Eric Fiselier 5265e271ed Add forward declaration of operator<< in <string_view> as required.
This declaration was previously missing despite appearing in the
synopsis. Users are still required to include <ostream> to get the
definition of the streaming operator.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@372909 91177308-0d34-0410-b5e6-96231b3b80d8
5 years ago
..
basic.string libcxx: Rename .hpp files in libcxx/test/support to .h 5 years ago
basic.string.hash libcxx: Rename .hpp files in libcxx/test/support to .h 5 years ago
basic.string.literals Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 6 years ago
c.strings [libc++] Add missing #include in <cwchar> tests 6 years ago
char.traits Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 6 years ago
string.classes Support tests in freestanding 6 years ago
string.conversions Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 6 years ago
string.view Add forward declaration of operator<< in <string_view> as required. 5 years ago
strings.erasure Support tests in freestanding 6 years ago
strings.general Support tests in freestanding 6 years ago