From 74b32a23f7c27f03285d28d381f841e08cbbb486 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 20 Jun 2015 15:17:32 +1000 Subject: Cleanup: checks for unsupported MSVC versions --- source/blender/blenlib/BLI_compiler_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_compiler_compat.h') diff --git a/source/blender/blenlib/BLI_compiler_compat.h b/source/blender/blenlib/BLI_compiler_compat.h index 876d2c459c5..92928889c52 100644 --- a/source/blender/blenlib/BLI_compiler_compat.h +++ b/source/blender/blenlib/BLI_compiler_compat.h @@ -37,7 +37,7 @@ # include #endif -#if defined(__cplusplus) && ((__cplusplus >= 201103L) || (defined(_MSC_VER) && _MSC_VER >= 1800)) +#if defined(__cplusplus) && ((__cplusplus >= 201103L) || defined(_MSC_VER)) # define HAS_CPP11_FEATURES #endif -- cgit v1.2.3