[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
Mon Apr 20 05:52:37 PDT 2026


================

----------------
xroche wrote:

I to __is_character_v and handled bool separately with is_same<_Tp, bool> - I think __is_any_of_v cleanup is a bit too much added code for this PR, but I'd be happy to try a follow-up!

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


More information about the libcxx-commits mailing list