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