Browse Source

Ensured that JUCE_HAS_CONSTEXPR is enabled on MSVC 1900

tags/2021-05-28
hogliux 8 years ago
parent
commit
a4ef96a9d6
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      modules/juce_core/system/juce_CompilerSupport.h

+ 0
- 3
modules/juce_core/system/juce_CompilerSupport.h View File

@@ -118,9 +118,6 @@
#if _MSC_VER >= 1900
#define JUCE_COMPILER_SUPPORTS_NOEXCEPT 1
#endif
#if _MSC_VER >= 1910
#define JUCE_HAS_CONSTEXPR 1
#endif


Loading…
Cancel
Save