diff --git a/modules/juce_core/system/juce_CompilerSupport.h b/modules/juce_core/system/juce_CompilerSupport.h index cae43ff0e0..6644a913fa 100644 --- a/modules/juce_core/system/juce_CompilerSupport.h +++ b/modules/juce_core/system/juce_CompilerSupport.h @@ -85,7 +85,7 @@ #define JUCE_COMPILER_SUPPORTS_OVERRIDE_AND_FINAL 1 #endif - #if __has_feature(cxx_relaxed_constexpr) + #if __has_feature(cxx_constexpr) #define JUCE_HAS_CONSTEXPR 1 #endif