mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-24 14:45:14 +08:00
fix warning in mpreal.h
This commit is contained in:
parent
649d4758a6
commit
6cc9b2c831
@ -105,7 +105,7 @@
|
||||
|
||||
// Detect support for explicit converters.
|
||||
#if (__has_feature(cxx_explicit_conversions) || \
|
||||
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GNUC_MINOR >= 5) || __cplusplus >= 201103L || \
|
||||
(defined(__GXX_EXPERIMENTAL_CXX0X__) && 10+__GNUC_MINOR__ >= 5) || __cplusplus >= 201103L || \
|
||||
(defined(_MSC_VER) && _MSC_VER >= 1800) || \
|
||||
(defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 1300))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user