[libcxx-commits] [PATCH] D119263: [libc++][nfc] Use TEST_HAS_NO_WIDE_CHARACTERS.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 8 11:19:52 PST 2022
Quuxplusone accepted this revision.
Quuxplusone added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/test/std/input.output/string.streams/istringstream/istringstream.cons/default.pass.cpp:63-65
+# ifndef TEST_HAS_NO_WIDE_CHARACTERS
test<std::wistringstream>();
# endif
----------------
I blame clang-format for this confusingly indented code. :yuck:
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119263/new/
https://reviews.llvm.org/D119263
More information about the libcxx-commits
mailing list