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-12-12 21:00:18 +0300
committergabime <gmelman1@gmail.com>2019-12-12 21:00:18 +0300
commit8d9d9899b7aa44ada290307f83866c68bb0b64fd (patch)
treee289ded368e47ecb8df907a023f0c392da9d40c8 /include/spdlog/cfg/env.h
parentcff7448fb2b863d8d712343a0c357d8281589931 (diff)
wip
Diffstat (limited to 'include/spdlog/cfg/env.h')
-rw-r--r--include/spdlog/cfg/env.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/spdlog/cfg/env.h b/include/spdlog/cfg/env.h
index c52149eb..7402ed2f 100644
--- a/include/spdlog/cfg/env.h
+++ b/include/spdlog/cfg/env.h
@@ -32,12 +32,9 @@
// export SPDLOG_PATTERN="[%x] [%l] [%n] %v,logger1=[%u] %v"
namespace spdlog {
-namespace cfg {
namespace env {
void init();
}
-
-} // namespace cfg
} // namespace spdlog
#ifdef SPDLOG_HEADER_ONLY