8 Dec
2005
8 Dec
'05
4:38 a.m.
....make that template <typename X> bool checked_throw( const X& x ) { if( !pre_exception(x) ) throw x; return true; }