[libcxx-commits] [libcxx] [libcxx][test-support] Improve thread_unsafe_shared_ptr (PR #195932)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 15 04:23:51 PDT 2026
================
@@ -32,11 +32,7 @@ int main(int, char**) {
}
{
typedef std::basic_string<char, std::char_traits<char>, limited_allocator<char, 10>> C;
-#if TEST_STD_VER <= 14
----------------
frederick-vs-ja wrote:
I opened #197912 which is somehow related.
https://github.com/llvm/llvm-project/pull/195932
More information about the libcxx-commits
mailing list