[libcxx-commits] [libcxx] [libc++] Reject cv-qualified types in __is_signed/unsigned_integer_v (PR #200377)
Jonathan Wakely via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 29 04:48:47 PDT 2026
jwakely wrote:
I think Nikolas suggested using `__is_unqualified_v` which looks cheaper to instantiate than `is_same` and `__remove_cv`.
https://github.com/llvm/llvm-project/pull/200377
More information about the libcxx-commits
mailing list