From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-07-05 16:56:39


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