Can this global function suffer from a static initialization fiasco?
template <typename TFn> void ParallelFor(int iIni,int iFin,TFn Fn) { static const unsigned int NThread= std::thread::hardware_concurrency();
c ++ multithreading static c ++ 11 static-order-fiasco
metalfox
source share