remove initialiser

This commit is contained in:
conrad
2021-03-17 16:35:02 +10:00
parent f2de89541a
commit 6fcbeeb013
+1 -9
View File
@@ -38,17 +38,9 @@
// TODO: remove arma_rng_cxx11_instance when the major version is bumped
#include "armadillo_bits/arma_rng_cxx11.hpp"
thread_local arma_rng_cxx11 arma_rng_cxx11_instance;
thread_local arma_rng_cxx11 arma_rng_cxx11_instance;
thread_local std::mt19937_64 mt19937_64_instance;
namespace junk
{
struct mt19937_64_instance_init { inline mt19937_64_instance_init() { mt19937_64_instance.seed(1); } };
mt19937_64_instance_init mt19937_64_instance_init_run;
}
}
#endif