From b9dc8226b46132874e51a963ca5cfa9e9d308f0a Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 9 May 2015 21:41:20 +0300 Subject: [PATCH] Comments --- include/spdlog/tweakme.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/spdlog/tweakme.h b/include/spdlog/tweakme.h index 342d6f99..b651658b 100644 --- a/include/spdlog/tweakme.h +++ b/include/spdlog/tweakme.h @@ -66,7 +66,9 @@ /////////////////////////////////////////////////////////////////////////////// +/////////////////////////////////////////////////////////////////////////////// // Uncomment to avoid locking in the registry operations (spdlog::get(), spdlog::drop() spdlog::register()). // Use only if your code never modifes concurrently the registry. // Note that upon creating a logger the registry is modified by spdlog.. // #define SPDLOG_NO_REGISTRY_MUTEX +///////////////////////////////////////////////////////////////////////////////