Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-05-24 09:39:11


On Tuesday 24 May 2005 18:06, David Abrahams wrote:
> Tests like this one seem designed to make the toolset break when
> vc-9.0 comes out:
>
> # 8.0 deprecates some of the options
> if [ MATCH ^(8) : $(version) ]
> {
>
> }
>
> shouldn't that be
>
> if ! ( $(version) in 6.0 7.0 7.1 )
> {
>
> }
>
> or something like it?

I think you are right.

- Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2
 

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk