better wording

This commit is contained in:
conrad
2025-07-04 13:13:09 +10:00
parent feb342fcc1
commit 8e154ddd13
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -211,7 +211,7 @@
#if defined(ARMA_DEFAULT_OSTREAM)
#pragma message ("WARNING: support for ARMA_DEFAULT_OSTREAM is deprecated and will be removed;")
#pragma message ("WARNING: option ARMA_DEFAULT_OSTREAM is deprecated and will be removed;")
#pragma message ("WARNING: use ARMA_COUT_STREAM and ARMA_CERR_STREAM instead")
#endif
@@ -290,7 +290,7 @@
// for compatibility with earlier versions of Armadillo
#if defined(ARMA_DONT_USE_CXX11_MUTEX)
#pragma message ("WARNING: support for ARMA_DONT_USE_CXX11_MUTEX is deprecated and will be removed;")
#pragma message ("WARNING: option ARMA_DONT_USE_CXX11_MUTEX is deprecated and will be removed;")
#pragma message ("WARNING: use ARMA_DONT_USE_STD_MUTEX instead")
#undef ARMA_USE_STD_MUTEX
#endif
@@ -372,11 +372,11 @@
#endif
#if defined(ARMA_CRIPPLED_LAPACK)
#pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK not supported")
#pragma message ("WARNING: option ARMA_CRIPPLED_LAPACK is deprecated and will be removed")
#endif
#if defined(ARMA_IGNORE_DEPRECATED_MARKER)
#pragma message ("NOTE: option ARMA_IGNORE_DEPRECATED_MARKER not supported")
#pragma message ("NOTE: option ARMA_IGNORE_DEPRECATED_MARKER is not supported")
#endif
+4 -4
View File
@@ -211,7 +211,7 @@
#if defined(ARMA_DEFAULT_OSTREAM)
#pragma message ("WARNING: support for ARMA_DEFAULT_OSTREAM is deprecated and will be removed;")
#pragma message ("WARNING: option ARMA_DEFAULT_OSTREAM is deprecated and will be removed;")
#pragma message ("WARNING: use ARMA_COUT_STREAM and ARMA_CERR_STREAM instead")
#endif
@@ -290,7 +290,7 @@
// for compatibility with earlier versions of Armadillo
#if defined(ARMA_DONT_USE_CXX11_MUTEX)
#pragma message ("WARNING: support for ARMA_DONT_USE_CXX11_MUTEX is deprecated and will be removed;")
#pragma message ("WARNING: option ARMA_DONT_USE_CXX11_MUTEX is deprecated and will be removed;")
#pragma message ("WARNING: use ARMA_DONT_USE_STD_MUTEX instead")
#undef ARMA_USE_STD_MUTEX
#endif
@@ -372,11 +372,11 @@
#endif
#if defined(ARMA_CRIPPLED_LAPACK)
#pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK not supported")
#pragma message ("WARNING: option ARMA_CRIPPLED_LAPACK is deprecated and will be removed")
#endif
#if defined(ARMA_IGNORE_DEPRECATED_MARKER)
#pragma message ("NOTE: option ARMA_IGNORE_DEPRECATED_MARKER not supported")
#pragma message ("NOTE: option ARMA_IGNORE_DEPRECATED_MARKER is not supported")
#endif