[libcxx-commits] [libcxx] [libc++][test] Change forbidden `extents<char>` to `extents<signed char>` (PR #73535)

Stephan T. Lavavej via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 27 18:22:14 PST 2023


================
@@ -18,6 +18,7 @@ struct IntType {
   constexpr operator int() const noexcept { return val; }
   constexpr operator unsigned char() const { return val; }
   constexpr operator char() const noexcept { return val; }
----------------
StephanTLavavej wrote:

Done! I worried it might be used in some other context, but it ended up being harmless to remove.

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


More information about the libcxx-commits mailing list