[libcxx-commits] [PATCH] D119263: [libc++][nfc] Use TEST_HAS_NO_WIDE_CHARACTERS.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 9 08:09:48 PST 2022
Mordante marked an inline comment as done.
Mordante added a comment.
thanks for the review.
================
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
----------------
Quuxplusone wrote:
> I blame clang-format for this confusingly indented code. :yuck:
clang-format agrees with you ;-) I'll commit the formatted version.
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