[libcxx-commits] [libcxx] [libcxx][test-support] Implement fancy_pointer_allocator (PR #196187)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 25 09:00:43 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
----------------
ldionne wrote:
Why were we testing this before and why are we not anymore?
https://github.com/llvm/llvm-project/pull/196187
More information about the libcxx-commits
mailing list