[libcxx-commits] [libcxx] P1957R2: remove special-case for booleans in std::variant (PR #71502)

David Benjamin via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 15 09:28:23 PST 2023


davidben wrote:

> but the CI is failing in C++26

Removed a couple more `volatile`s. Running the tests locally for me isn't exercising C++26, but hopefully that's the last of it? If this still bounces, I'll give up and build Clang from trunk. :-)

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


More information about the libcxx-commits mailing list