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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;