Boost logo

Boost :

From: John Maddock (John_Maddock_at_[hidden])
Date: 2002-02-08 07:50:51


I've been getting requests to support regex on compilers that don't have
any exception handling support - mainly embedded VC++. As a result I've
added the config macro BOOST_NO_EXCEPTIONS to support this, and modified
the regex code appropriately.

Beman, I hope you don't mind but I've also modified catch_exceptions.hpp so
that the test programs will build without EH support.

This is *not* intended to be an endorsement for "Embedded C++", just a
practical solution to a real problem.

Let me know if there is any fallout from this.

Thanks,

- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk