[libcxx-commits] [libcxx] [libc++] Use [[clang::no_specializations]] to diagnose invalid user specializations (PR #118167)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 8 09:05:47 PST 2025
================
@@ -1172,6 +1172,12 @@ typedef __char32_t char32_t;
----------------
ldionne wrote:
We could also check `allocator_traits`, which isn't allowed specializations.
https://github.com/llvm/llvm-project/pull/118167
More information about the libcxx-commits
mailing list