Update error about c++14 requirement.

This commit is contained in:
Antonio Sánchez 2024-02-29 20:45:13 +00:00 committed by Rasmus Munk Larsen
parent 6893287c99
commit cc941d69a5

View File

@ -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?