in the feature.jam the rule
"compose" has a problem.
in line 556, it says:
* if $(composite-property) in $(components)
{
errror composite property
"$(composite-property)" cannot have itself as
a component ;
}
*
but i can't find the definition of
"components",
so the condition will always false and the error info
will not print out.
Is it the really thought of designer ?
Althrough this codes has no effect on the whole, but I think
it is
not what the designer means.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|