[libcxx-commits] [libcxx] Adds back special-case for booleans in std::variant gated by _LIBCPP_ENABLE_NARROWING_CONVERSIONS_IN_VARIANT. (PR #73121)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 22 07:17:12 PST 2023


ldionne wrote:

Can you explain why you want to make this change? https://github.com/llvm/llvm-project/commit/170810fca6ee0f0e9a5b60c83122127d68bcc7ec made our implementation conforming, and this makes us non-conforming with the macro defined.

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


More information about the libcxx-commits mailing list