Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-01-15 05:27:13


David Abrahams wrote:
> @@ -148,10 +168,13 @@
> # return the implicit feature associated with the given implicit value.
> rule implied-feature ( implicit-value )
> {
> - local feature = $($(implicit-value).implicit-feature) ;
> + local components = [ regex.split $(implicit-value) "-" ] ;
> +
> + local feature = $($(components[1]).implicit-feature) ;
> if ! $(feature)
> {
> error \"$(implicit-value)\" is not a value of an implicit feature ;
> + feature = "" ;

Why is this assignment necessary?

- Volodya

 


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