[libcxx-commits] [libcxx] [libc++] Recognize _BitInt(N) as signed/unsigned integer type (PR #185027)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 29 04:31:54 PDT 2026
philnik777 wrote:
Thanks for pointing this out @jwakely! @xroche Could you open a patch to disallow cv-qualified types? I think right now this is purely theoretical, since the types should always be decayed, but we should definitely have this correct in case we use it anywhere else. We have `__is_unqualified_v` already for a similar purpose elsewhere.
https://github.com/llvm/llvm-project/pull/185027
More information about the libcxx-commits
mailing list