I'm trying to port C++11 std::thread code to VC9 (VS 2008) using boost::thread. The 'equivalent' C++11 code below compiles fine on msvc12:I'm trying to port C++11 std::thread code to VC
I'm trying to port C++11 std::thread code to VC9 (VS 2008) using boost::thread. The 'equivalent' C++11 code below compiles fine on msvc12:I'm trying to port C++11 std::thread code to VC