[libcxx-commits] [libcxx] [libc++] Recognize _BitInt(N) as signed/unsigned integer type (PR #185027)
Xavier Roche via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 29 04:32:58 PDT 2026
xroche 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.
Yes, I'm working on it! Sorry for the spec breakage, I missed some testing on CV-flavored types obviously :/
https://github.com/llvm/llvm-project/pull/185027
More information about the libcxx-commits
mailing list