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