From d1a10244657032d4290cba1f17bdc9ac22e8cbfa Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 21 Mar 2020 13:35:16 +0200 Subject: [PATCH] Moved pattern formatter from spdlog/details to spdlog/ --- example/example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/example.cpp b/example/example.cpp index 3a759ac7..08e83af9 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -255,7 +255,7 @@ void android_example() #endif -// log patterns can contain custom flags. +// Log patterns can contain custom flags. // this will add custom flag '%*' which will be bound to a instance #include "spdlog/pattern_formatter.h" class my_formatter_flag : public spdlog::custom_flag_formatter