Re: [boost] compilingboostwithoutexceptions(Boost.All,Boost.SmartPtr)
by Rob Stewart other posts by this author
Aug 9 2002 4:11PM messages near this date
Re: [boost] Re: Re: Mini-review request: aligned_storage.hpp
|
[boost] Re: Boost Digest, Vol 92, Issue 3
From: "Peter Dimov" <pdimov@[...].net>
>
> Anyway, boost_throw is not a customization point for generic code, it is a
> replaceable error handler. I'll be happy to comply to whatever the Boost
> policy is, whenever there is one, I mean.
That leads me to wonder whether we should take the set_terminate, et. al.,
approach:
namespace boost {
typedef void (*exception_handler_function)(???);
exception_handler_function
set_exception_handler(exception_handler_function);
}
--
Rob Stewart stewart@[...].com
Software Engineer http://www.sig.com
Susquehanna International Group, LLP using std::disclaimer;
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
|