This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Define constexpr as nothing for old compilers
Signed-off-by: falkTX <falktx@falktx.com>
pull/1689/head
falkTX
2 years ago
parent
3b2ab38ad8
commit
6c764cc0f8
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
source/includes/CarlaDefines.h
+ 1
- 0
source/includes/CarlaDefines.h
View File
@@ -83,6 +83,7 @@
#endif
#if defined(__cplusplus) && ! defined(CARLA_PROPER_CPP11_SUPPORT)
# define constexpr
# define noexcept throw()
# define override
# define final
Write
Preview
Loading…
Cancel
Save