14 Jul
2008
14 Jul
'08
4:22 p.m.
AMDG Meryl Silverburgh wrote:
I think I need to implement this method myself.
void boost::throw_exception(std::exception const & e) { }
You should only need to define throw_exception if BOOST_NO_EXCEPTIONS is defined. See http://www.boost.org/doc/libs/1_35_0/libs/utility/throw_exception.html In Christ, Steven Watanabe