diff --git a/include/magic_enum.hpp b/include/magic_enum.hpp index 943b552..1d3032b 100644 --- a/include/magic_enum.hpp +++ b/include/magic_enum.hpp @@ -568,7 +568,7 @@ inline constexpr auto enum_name_v = enum_name(); template constexpr bool is_valid() noexcept { -#if defined(__clang__) && __clang_major__ >= 16 && 0 +#if defined(__clang__) && __clang_major__ >= 16 // https://reviews.llvm.org/D130058, https://reviews.llvm.org/D131307 constexpr E v = __builtin_bit_cast(E, V); #else