diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/compat.h b/include/compat.h index 41ae1bbaa..ffb0d0bdd 100644 --- a/include/compat.h +++ b/include/compat.h @@ -85,7 +85,7 @@ # if defined __GXX_EXPERIMENTAL_CXX0X__ # define HAS_CXX11_VARIADIC_TEMPLATES # endif -#elif _MSC_VER >= 1700 +#elif _MSC_FULL_VER >= 170051025 # define HAS_CXX11_VARIADIC_TEMPLATES #endif |