
1 Oct
2007
1 Oct
'07
12:57 a.m.
<snip> Making 'add' a function template might be another alternative:
throw my_error() .add<tag::errno>(errno) .add<tag::name>(name) // ...
Right, this syntax look better than my "add". If there is a consensus that the operator<< overload should be removed, I'd be voting for the syntax above. Emil Dotchevski