Browse Source

Misc

gh-pages
falkTX 10 years ago
parent
commit
0c7e4d2746
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      distrho/src/DistrhoDefines.h

+ 2
- 2
distrho/src/DistrhoDefines.h View File

@@ -51,7 +51,7 @@
# define PROPER_CPP11_SUPPORT # define PROPER_CPP11_SUPPORT
#elif __cplusplus >= 201103L || (defined(__GNUC__) && defined(__GXX_EXPERIMENTAL_CXX0X__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 405) || __has_extension(cxx_noexcept) #elif __cplusplus >= 201103L || (defined(__GNUC__) && defined(__GXX_EXPERIMENTAL_CXX0X__) && (__GNUC__ * 100 + __GNUC_MINOR__) >= 405) || __has_extension(cxx_noexcept)
# define PROPER_CPP11_SUPPORT # define PROPER_CPP11_SUPPORT
# if (defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) < 407) && ! __has_extension(cxx_override_control)
# if (defined(__GNUC__) && (__GNUC__ * 100 + __GNUC_MINOR__) < 407) || (defined(__CLANG__) && ! __has_extension(cxx_override_control))
# define override // gcc4.7+ only # define override // gcc4.7+ only
# define final // gcc4.7+ only # define final // gcc4.7+ only
# endif # endif
@@ -61,7 +61,7 @@
# define noexcept throw() # define noexcept throw()
# define override # define override
# define final # define final
# define nullptr (0)
# define nullptr NULL
#endif #endif


/* Define DISTRHO_SAFE_ASSERT* */ /* Define DISTRHO_SAFE_ASSERT* */


Loading…
Cancel
Save