Boost logo

Boost :

From: Ralf W. Grosse-Kunstleve (rwgk_at_[hidden])
Date: 2001-12-15 03:38:05


The latest boost cvs snapshot needs a modification in boost/config
in order to work with the Compaq cxx V6.2 compiler.

Alternative 1:

% cvs -q diff
Index: compaq_cxx.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/config/compiler/compaq_cxx.hpp,v
retrieving revision 1.2
diff -r1.2 compaq_cxx.hpp
18a19,23
> # if defined(__DECCXX_VER) && __DECCXX_VER <= 60290024
> # if !defined(BOOST_NO_VOID_RETURNS)
> # define BOOST_NO_VOID_RETURNS
> # endif
> # endif

Alternative 2:

cxx V6.2 uses EDG version 240. This suggests:

% cvs -q diff
Index: common_edg.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/config/compiler/common_edg.hpp,v
retrieving revision 1.6
diff -r1.6 common_edg.hpp
17c17
< #if (__EDG_VERSION__ <= 238)

---
> #if (__EDG_VERSION__ <= 240)
18a19,20
> #endif
> #if (__EDG_VERSION__ <= 238)
Which alternative is preferred?
Thanks,
        Ralf
__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com

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