Boost logo

Boost :

Subject: Re: [boost] [1.46] Last few merges needed?
From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2011-01-28 10:33:46


On 1/28/2011 3:21 AM, John Maddock wrote:
>>> This conversation is all hunky dory, but I haven't seen an answer to the
>>> original question yet - other than that docs changes are OK to merge....
>>
>> Sorry.. Wasn't totally following the start of the thread.. Now that I
>> reread I'm still confused. What are *all* the changes that need to get
>> merged?
>>
>> Scatterly-brain-hampered-ly yours ;-)
>
> Me too ;-)
>
> Here's the diff for the pathscale config, without it pathscale prior to
> v4 is completely broken:
>
> --- ../branches/release/boost/config/select_compiler_config.hpp
> 2011-01-17 15:59
> :34.498000000 +0000
> +++ boost/config/select_compiler_config.hpp 2011-01-24
> 18:05:13.486000000 +0
> 000
> @@ -52,7 +52,7 @@
> // Comeau C++
> # define BOOST_COMPILER_CONFIG "boost/config/compiler/comeau.hpp"
>
> -#elif defined __PATHSCALE__
> +#elif defined(__PATHSCALE__) && (__PATHCC__ >= 4)
> // PathScale EKOPath compiler (has to come before clang and gcc)
> # define BOOST_COMPILER_CONFIG "boost/config/compiler/pathscale.hpp"
>

Look OK to me... After the beta is out please feel free to merge that
change to release. Of course also tell us when you do it also :-)

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org (msn) - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim,yahoo,skype,efnet,gmail

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