
5 Jul
2006
5 Jul
'06
8:56 p.m.
Oleg Abrosimov wrote:
boost::throw_<read_error>();
It would be clearly seen in code and understandable.
Would that be throw boost::throw_< ... or just boost::throw_< ... In case of the latter, how do you insert additional information at the call site, i.e. the current throw failed<...>() << some_error_info; ? Sebastian Redl