Browse Source

Enabled JUCE_CONSTEXPR for older versions of clang

tags/2021-05-28
jules 7 years ago
parent
commit
25c457df39
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/system/juce_CompilerSupport.h

+ 1
- 1
modules/juce_core/system/juce_CompilerSupport.h View File

@@ -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


Loading…
Cancel
Save