Commit 5372d58a authored by gabime's avatar gabime

comment

parent 751520f0
...@@ -362,7 +362,9 @@ inline size_t thread_id() ...@@ -362,7 +362,9 @@ inline size_t thread_id()
} }
// from https://github.com/gabime/spdlog/issues/609
// This is avoid msvc issue in sleep_for that happens if the clock changes.
// See https://github.com/gabime/spdlog/issues/609
inline void sleep_for_millis(int milliseconds) inline void sleep_for_millis(int milliseconds)
{ {
#if defined(_WIN32) #if defined(_WIN32)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment