
3 Oct
2007
3 Oct
'07
4:01 p.m.
For that matter, why is boost::exception() necessary. Lets support the following syntax as well. try { throw file_err(name,mode,errno); } catch(boost::exception& e) { std::cerr << e; } Also, I say we keep the name boost::exception, at least until an equally clear library name is discovered.