$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bjorn.Karlsson_at_[hidden]
Date: 2003-10-07 08:25:06
> From: larsbj_at_[hidden] [mailto:larsbj_at_[hidden]]
>
> To be able to use boost::any with GCC without exceptions we had to use
> this patch. Please apply as you see fit.
Applied, thanks!
(Note that when using boost::throw_exception, "boost/throw_exception.hpp"
must be included.)
Quite a few Boost libraries are currently supporting
configurations/platforms lacking exceptions (through
boost::throw_exception); should we try to document that support more clearly
(as boost.filesystem does)? Should our guidelines mention
boost::throw_exception?
Bjorn