mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Fixed example for custom_type
This commit is contained in:
@@ -257,7 +257,7 @@ void multi_sink_example()
|
||||
// User defined types logging by implementing operator<<
|
||||
struct my_type
|
||||
{
|
||||
int i;
|
||||
int i = 0;
|
||||
};
|
||||
|
||||
template<>
|
||||
|
Reference in New Issue
Block a user