[libcxx-commits] [libcxx] [libc++][test] Change forbidden `extents<char>` to `extents<signed char>` (PR #73535)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 27 10:51:58 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; }
----------------
ldionne wrote:
Looks like we'd want to remove this operator?
https://github.com/llvm/llvm-project/pull/73535
More information about the libcxx-commits
mailing list