llvm-project/libcxx/test/std/strings/string.view/string.view.io
Eric Fiselier af4a29af01 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.

llvm-svn: 372909
2019-09-25 18:56:54 +00:00
..
stream_insert.pass.cpp 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. 2019-05-31 18:35:30 +00:00
stream_insert_decl_present.pass.cpp Add forward declaration of operator<< in <string_view> as required. 2019-09-25 18:56:54 +00:00