Hi,
I’m trying to slowly replace simple boost usages with C++11.
replaced in time.cpp the functions that return time from boost to sltl.
and replaced boost::this_thread_sleep*
with std::this_thread_sleep_for()
Bonus: This removes logic from the build system :)