$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: goodmenzy (goodmenzy_at_[hidden])
Date: 2006-02-19 05:21:57
I have found that, in feature.jam , local rule has-attribute call a rule
names "get-feature",
But "get-feature" was not defined anywhere.
Fortunately, rule "has-attribute" was not called in BoostBuild_V2 at
all, so all the things runs OK.
But beeing a C++ programmer, I don't think it is right.
Maybe it a strongpoint of an intepreted language^_^ ?
Do you think I'm too picky ?