mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Update example.cpp
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user