
5 Jul
2006
5 Jul
'06
4:24 p.m.
me22 wrote:
What about something along the lines of throw after<read_error>(); or throw because_of<read_error>();, if you want the readability? Or perhaps throw annotated<read_error>();?
boost::throw_<read_error>(); It would be clearly seen in code and understandable. Best, Oleg Abrosimov.