mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Update error about c++14 requirement.
This commit is contained in:
parent
6893287c99
commit
cc941d69a5
@ -706,7 +706,7 @@
|
||||
(EIGEN_COMP_ICC && EIGEN_COMP_ICC < 1500) || (EIGEN_COMP_NVCC && EIGEN_COMP_NVCC < 80000) || \
|
||||
(EIGEN_COMP_CLANG_STRICT && EIGEN_COMP_CLANG < 390) || \
|
||||
(EIGEN_COMP_CLANGAPPLE && EIGEN_COMP_CLANGAPPLE < 9000000) || (EIGEN_COMP_GNUC_STRICT && EIGEN_COMP_GNUC < 510)
|
||||
#error This compiler appears to be too old to be supported by Eigen
|
||||
#error Eigen requires at least c++14 support.
|
||||
#endif
|
||||
|
||||
// Does the compiler support C99?
|
||||
|
Loading…
x
Reference in New Issue
Block a user