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

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 9 14:14:24 PDT 2023


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

I think it would be better if we first move to a variable template and after that add a conditional to make it a concept.

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


More information about the libcxx-commits mailing list