This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Enabled JUCE_CONSTEXPR for older versions of clang
tags/2021-05-28
jules
7 years ago
parent
f24045053d
commit
25c457df39
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save