Update example.cpp

This commit is contained in:
Gabi Melman
2021-12-11 17:18:40 +02:00
committed by GitHub
parent c211288576
commit e45c11f98a

View File

@@ -258,6 +258,7 @@ void multi_sink_example()
struct my_type struct my_type
{ {
int i = 0; int i = 0;
explicit my_type(int i): i(i){};
}; };
namespace fmt_lib = spdlog::fmt_lib; namespace fmt_lib = spdlog::fmt_lib;