mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 08:25:43 +08:00
Update example.cpp
This commit is contained in:
parent
c211288576
commit
e45c11f98a
@ -258,6 +258,7 @@ void multi_sink_example()
|
||||
struct my_type
|
||||
{
|
||||
int i = 0;
|
||||
explicit my_type(int i): i(i){};
|
||||
};
|
||||
|
||||
namespace fmt_lib = spdlog::fmt_lib;
|
||||
|
Loading…
Reference in New Issue
Block a user