Boost logo

Boost :

From: John Maddock (john_maddock_at_[hidden])
Date: 2002-07-07 05:46:59


> It's almost ok. Latest comeau.hpp still misses the following lines:
>
> # if !defined(__EXCEPTIONS)
> # define BOOST_NO_EXCEPTIONS
> # endif
>
> # if !defined(__NO_LONG_LONG)
> # define BOOST_HAS_LONG_LONG
> # endif
>
> Maybe John Maddock can officially check in this little change.

Done, but they've been added to common_edg.hpp given that these are EDG wide
macros. Just one check though: has the EDG front end always supported
__EXCEPTIONS ? If the answer is "no" then we need a version check to prevent
BOOST_NO_EXCEPTIONS being unconditionally defined on older EDG versions.

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm


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