[libcxx-commits] [PATCH] D119112: [libc++] Implement P1165R1 (Make stateful allocator propagation more consistent)
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 10 08:13:16 PST 2022
ldionne added inline comments.
================
Comment at: libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/allocator_propagation.pass.cpp:190
+#ifndef TEST_HAS_NO_WIDE_CHARACTERS
+ test<char>();
+#endif
----------------
`wchar_t`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119112/new/
https://reviews.llvm.org/D119112
More information about the libcxx-commits
mailing list