cleanup
This commit is contained in:
@@ -172,10 +172,6 @@
|
||||
#pragma message("INFO: support for GCC versions older than 8.1 is deprecated")
|
||||
#endif
|
||||
|
||||
#if (ARMA_GCC_VERSION >= 180000)
|
||||
#undef ARMA_IGNORE_DEPRECATED_MARKER
|
||||
#endif
|
||||
|
||||
#define ARMA_GOOD_COMPILER
|
||||
|
||||
#undef arma_hot
|
||||
@@ -233,12 +229,6 @@
|
||||
|
||||
// #pragma message ("using Clang extensions")
|
||||
|
||||
#if defined(__clang_major__) && !defined(__apple_build_version__)
|
||||
#if (__clang_major__ >= 26)
|
||||
#undef ARMA_IGNORE_DEPRECATED_MARKER
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define ARMA_GOOD_COMPILER
|
||||
|
||||
#if !defined(__has_attribute)
|
||||
|
||||
@@ -378,9 +378,9 @@
|
||||
#undef ARMA_CRIPPLED_LAPACK
|
||||
#endif
|
||||
|
||||
|
||||
// WARNING: option ARMA_CRIPPLED_LAPACK is deprecated and will be removed
|
||||
// WARNING: option ARMA_IGNORE_DEPRECATED_MARKER is deprecated and will be removed
|
||||
// WARNING: option ARMA_IGNORE_DEPRECATED_MARKER is not supported when compiling with gcc 18+ or clang 26+
|
||||
|
||||
|
||||
// if Armadillo was installed on this system via CMake and ARMA_USE_WRAPPER is not defined,
|
||||
|
||||
@@ -378,9 +378,9 @@
|
||||
#undef ARMA_CRIPPLED_LAPACK
|
||||
#endif
|
||||
|
||||
|
||||
// WARNING: option ARMA_CRIPPLED_LAPACK is deprecated and will be removed
|
||||
// WARNING: option ARMA_IGNORE_DEPRECATED_MARKER is deprecated and will be removed
|
||||
// WARNING: option ARMA_IGNORE_DEPRECATED_MARKER is not supported when compiling with gcc 18+ or clang 26+
|
||||
|
||||
|
||||
// if Armadillo was installed on this system via CMake and ARMA_USE_WRAPPER is not defined,
|
||||
|
||||
Reference in New Issue
Block a user