Commit 4a00590a authored by gabime's avatar gabime

comment

parent 4ccca079
......@@ -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 <memory>
#include <string>
#include "spdlog/fmt/fmt.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment