From a4ef96a9d6fea6542549517d71ec4ca1711c6cf3 Mon Sep 17 00:00:00 2001 From: hogliux Date: Thu, 16 Nov 2017 15:25:51 +0000 Subject: [PATCH] Ensured that JUCE_HAS_CONSTEXPR is enabled on MSVC 1900 --- modules/juce_core/system/juce_CompilerSupport.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/juce_core/system/juce_CompilerSupport.h b/modules/juce_core/system/juce_CompilerSupport.h index eca5b75c6d..cae43ff0e0 100644 --- a/modules/juce_core/system/juce_CompilerSupport.h +++ b/modules/juce_core/system/juce_CompilerSupport.h @@ -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