mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-07 23:56:06 +00:00

Support Narrowing conversions to bool in if constexpr condition under C++23 language mode. Only if constexpr is implemented as the behavior of static_assert is already conforming. Still need to work on explicit(bool) to complete support.