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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user