Update example.cpp

pull/2228/head
Gabi Melman 4 years ago committed by GitHub
parent c211288576
commit e45c11f98a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save