Commit 30099915 authored by gabime's avatar gabime

Fixed example for custom_type

parent 42163152
......@@ -247,7 +247,7 @@ void multi_sink_example()
// User defined types logging by implementing operator<<
struct my_type
{
int i;
int i = 0;
};
template<>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment