Browse Source

Define constexpr as nothing for old compilers

Signed-off-by: falkTX <falktx@falktx.com>
pull/1689/head
falkTX 2 years ago
parent
commit
6c764cc0f8
1 changed files with 1 additions and 0 deletions
  1. +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


Loading…
Cancel
Save