$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: goodmenzy (goodmenzy_at_[hidden])
Date: 2006-02-23 23:54:00
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.