[libcxx-commits] [libcxx] [libcxx] changes `__is_allocator` from a struct to a variable or concept (PR #68629)

Christopher Di Bella via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 9 15:07:33 PDT 2023


================
@@ -21,13 +21,21 @@
 
 _LIBCPP_BEGIN_NAMESPACE_STD
 
+#if _LIBCPP_STD_VER >= 20
----------------
cjdb wrote:

Why?

https://github.com/llvm/llvm-project/pull/68629


More information about the libcxx-commits mailing list