[libcxx-commits] [PATCH] D128578: [libc++] Enable libc++-specific tests for constexpr string
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 30 05:50:28 PDT 2022
ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libcxx/test/libcxx/strings/basic.string/PR42676.sh.cpp:29
+ test();
+ static_assert(test());
+
----------------
`#if TEST_STD_VER > xxx`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128578/new/
https://reviews.llvm.org/D128578
More information about the libcxx-commits
mailing list