Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2019-09-05 19:50:00 +0300
committergabime <gmelman1@gmail.com>2019-09-05 19:50:00 +0300
commit65d02e495e25b6440195481c4e573e65ccf5c939 (patch)
treee8780c9319bf089a2cce92079c5a2ccfc5e354ba /include/spdlog/spdlog.h
parentf196a9fd272f6e9b23c6754ef1c4702f4a4ec769 (diff)
Reverted the version() function
Diffstat (limited to 'include/spdlog/spdlog.h')
-rw-r--r--include/spdlog/spdlog.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h
index 96b6aabf..ccedb28b 100644
--- a/include/spdlog/spdlog.h
+++ b/include/spdlog/spdlog.h
@@ -103,10 +103,6 @@ void shutdown();
// Automatic registration of loggers when using spdlog::create() or spdlog::create_async
void set_automatic_registration(bool automatic_registation);
-// return spdlog version
-std::string version();
-
-
// API for using default logger (stdout_color_mt),
// e.g: spdlog::info("Message {}", 1);
//