wip static-lib

This commit is contained in:
gabime
2019-05-08 17:16:56 +03:00
parent 29c949ab03
commit 5d0eb6dda5
7 changed files with 186 additions and 133 deletions

View File

@@ -68,9 +68,9 @@ size_t thread_id() SPDLOG_NOEXCEPT;
// See https://github.com/gabime/spdlog/issues/609
void sleep_for_millis(int milliseconds) SPDLOG_NOEXCEPT;
std::string filename_to_str(const filename_t &filename);
std::string filename_to_str(const filename_t &filename) SPDLOG_NOEXCEPT;
int pid();
int pid() SPDLOG_NOEXCEPT;
// Determine if the terminal supports colors
// Source: https://github.com/agauniyal/rang/