[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 03:51:39 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:
Changes mostly LGTM.
But I'm very confused by this. How can `std::basic_string<char, std::char_traits<char>, limited_allocator<char, 10>>` be affected?
https://github.com/llvm/llvm-project/pull/195932
More information about the libcxx-commits
mailing list