Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-12-15 07:14:00


I think alternative 2 covers more cases. I would do that one.

----- Original Message -----
From: "Ralf W. Grosse-Kunstleve" <rwgk_at_[hidden]>

> 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
>
> Info: http://www.boost.org Send unsubscribe requests to:
<mailto:boost-unsubscribe_at_[hidden]>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>


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