|
|
@ -74,7 +74,7 @@ SPDLOG_API size_t thread_id() SPDLOG_NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
// This is avoid msvc issue in sleep_for that happens if the clock changes.
|
|
|
|
// This is avoid msvc issue in sleep_for that happens if the clock changes.
|
|
|
|
// See https://github.com/gabime/spdlog/issues/609
|
|
|
|
// See https://github.com/gabime/spdlog/issues/609
|
|
|
|
SPDLOG_API void sleep_for_millis(int milliseconds) SPDLOG_NOEXCEPT;
|
|
|
|
SPDLOG_API void sleep_for_millis(unsigned int milliseconds) SPDLOG_NOEXCEPT;
|
|
|
|
|
|
|
|
|
|
|
|
SPDLOG_API std::string filename_to_str(const filename_t &filename);
|
|
|
|
SPDLOG_API std::string filename_to_str(const filename_t &filename);
|
|
|
|
|
|
|
|
|
|
|
|