$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-07-14 12:22:53
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