[libcxx-commits] [libcxx] [libc++] Use [[clang::no_specializations]] to diagnose invalid user specializations (PR #118167)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 15 10:25:45 PST 2025


================
@@ -1172,6 +1172,12 @@ typedef __char32_t char32_t;
 
----------------
philnik777 wrote:

I'd rather not do that in this patch, since `allocator_traits` is much more likely to be specialized by users. I'd be fine with a follow-up patch though.

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


More information about the libcxx-commits mailing list