From 8d102e67b71d939be91b5e73fa9a70d8f7fbc765 Mon Sep 17 00:00:00 2001 From: conrad Date: Sat, 26 Feb 2022 14:22:49 +1000 Subject: [PATCH] rename --- include/armadillo | 2 +- .../armadillo_bits/{arma_rng_cxx98.hpp => arma_rng_cxx03.hpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename include/armadillo_bits/{arma_rng_cxx98.hpp => arma_rng_cxx03.hpp} (100%) diff --git a/include/armadillo b/include/armadillo index 80213779..cae5573f 100644 --- a/include/armadillo +++ b/include/armadillo @@ -107,7 +107,7 @@ namespace arma #ifdef ARMA_RNG_ALT #include ARMA_INCFILE_WRAP(ARMA_RNG_ALT) #else - #include "armadillo_bits/arma_rng_cxx98.hpp" + #include "armadillo_bits/arma_rng_cxx03.hpp" #endif #include "armadillo_bits/arma_rng.hpp" diff --git a/include/armadillo_bits/arma_rng_cxx98.hpp b/include/armadillo_bits/arma_rng_cxx03.hpp similarity index 100% rename from include/armadillo_bits/arma_rng_cxx98.hpp rename to include/armadillo_bits/arma_rng_cxx03.hpp