mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
Robustify feature.is_implicit_value.
[SVN r64362]
This commit is contained in:
@@ -246,6 +246,10 @@ def is_implicit_value (value_string):
|
||||
""" Returns true iff 'value_string' is a value_string
|
||||
of an implicit feature.
|
||||
"""
|
||||
|
||||
if __implicit_features.has_key(value_string):
|
||||
return __implicit_features[value_string]
|
||||
|
||||
v = value_string.split('-')
|
||||
|
||||
if not __implicit_features.has_key(v[0]):
|
||||
|
||||
Reference in New Issue
Block a user