Bump minimum Armadillo version to 10.8

This commit is contained in:
conradsnicta
2024-07-10 01:45:40 +02:00
committed by GitHub
parent e1971f2b31
commit a9f306484a
+2 -2
View File
@@ -34,8 +34,8 @@
#include <armadillo>
#if ((ARMA_VERSION_MAJOR < 9) || ((ARMA_VERSION_MAJOR == 9) && (ARMA_VERSION_MINOR < 800)))
#error "need Armadillo version 9.800 or later"
#if ((ARMA_VERSION_MAJOR < 10) || ((ARMA_VERSION_MAJOR == 10) && (ARMA_VERSION_MINOR < 8)))
#error "need Armadillo version 10.8 or newer"
#endif
#include <cctype>