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-04-26 18:14:59 +0300
committergabime <gmelman1@gmail.com>2019-04-26 18:14:59 +0300
commitff89f1476df4ac01f7b5f85c474093978d4a1090 (patch)
tree44caa81f5d079fcd8cb7143a33037508e7e5d663 /example
parente8d99cee70e8d80edef5984ab698be19233ea3b2 (diff)
Restored error_handler as std::function
Diffstat (limited to 'example')
-rw-r--r--example/example.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/example.cpp b/example/example.cpp
index 616a4d20..132494fd 100644
--- a/example/example.cpp
+++ b/example/example.cpp
@@ -12,7 +12,6 @@
#include "spdlog/async.h"
#include "spdlog/sinks/stdout_color_sinks.h"
-
int main(int, char *[])
{
using spdlog::sinks::stderr_color_sink_mt;