|
Boost-Build : |
From: David Abrahams (dave_at_[hidden])
Date: 2003-02-11 08:31:44
Vladimir Prus <ghost_at_[hidden]> writes:
> There are two things which break when used together
>
> 1.
> [ sequence.insertion-sort <toolset>gcc <toolset-version>3.2 ]
>
> swaps the elements, for some reason
Maybe because "-" comes before "<"?
$bjam -f-
if - < "<" { ECHO yes ; }
^D
yes
don't know how to make all
...found 1 target...
...can't find 1 target...
$
> 2. When property.as-path see
> <toolset-version>3.2 <toolset>gcc it produces:
>
> gcc/rtti-off/toolset-version-3.2
>
> This somewhat affects the property-set modules, although not critical.
> I wonder what should be done.
I don't see a problem. Where is it?
-- Dave Abrahams Boost Consulting www.boost-consulting.com
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