From f74d3e7e94694b12814d0e7306ef3f3ef54fb510 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 24 Mar 2019 01:44:40 +0200 Subject: [PATCH] comment --- lite/spdlite.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lite/spdlite.h b/lite/spdlite.h index 36a7b7af..425a762c 100644 --- a/lite/spdlite.h +++ b/lite/spdlite.h @@ -4,6 +4,10 @@ #pragma once +// lite logger - a lite wrapper around spdlog::logger shared_ptr pimpl +// main purpose is much faster compile time and very cheap copy and move. +// also supports printf format for even faster compile times (by avoiding variadic templates) + #include #include #include "spdlog/fmt/fmt.h"