-
Use nanoseconds instead of duration<double, milli> · df9ab801Billy Robert O'Neal III authored
MSVC++ before 2015 Update 2 has a bug in sleep_for where it tries to implicitly += the input with a nanoseconds variable. Work around this by using nanoseconds directly (which can be implicitly +='d with chrono::nanoseconds).
df9ab801
×