2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 00:12:11 +00:00

feature.jam - bugfix: add default subfeature values only for

subfeatures that apply to the top value.


[SVN r19717]
This commit is contained in:
Dave Abrahams
2003-08-20 23:19:04 +00:00
parent 206de2a127
commit 554e6ef424

View File

@@ -350,6 +350,7 @@ local rule expand-subfeatures-aux (
{
local full-name = <$(ungristed-feature)-$(s)> ;
if ! optional in $($(full-name).attributes)
&& [ is-subfeature-of $(result[1]) $(full-name) ]
{
if ! $(full-name) in $(result:G)
{