fixed macro name

This commit is contained in:
Christoph Hertzberg 2016-05-22 16:49:29 +02:00
parent 25a03c02d6
commit b5a7603822

View File

@ -99,7 +99,7 @@
// Detect support for explicit converters. // Detect support for explicit converters.
#if (__has_feature(cxx_explicit_conversions) || \ #if (__has_feature(cxx_explicit_conversions) || \
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GNUC_MINOR >= 5) || __cplusplus >= 201103L || \ (defined(__GXX_EXPERIMENTAL_CXX0X__) && __GNUC_MINOR__ >= 5) || __cplusplus >= 201103L || \
(defined(_MSC_VER) && _MSC_VER >= 1800)) (defined(_MSC_VER) && _MSC_VER >= 1800))
#define MPREAL_HAVE_EXPLICIT_CONVERTERS #define MPREAL_HAVE_EXPLICIT_CONVERTERS