Fixed example for custom_type

pull/2228/head
gabime 4 years ago
parent 2a45eff693
commit 2c21d9ecf8

@ -257,7 +257,7 @@ void multi_sink_example()
// User defined types logging by implementing operator<< // User defined types logging by implementing operator<<
struct my_type struct my_type
{ {
int i; int i = 0;
}; };
template<> template<>

Loading…
Cancel
Save