ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> boost
boost
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved