aboutsummaryrefslogtreecommitdiff
path: root/build2/rule-map
diff options
context:
space:
mode:
Diffstat (limited to 'build2/rule-map')
-rw-r--r--build2/rule-map8
1 files changed, 4 insertions, 4 deletions
diff --git a/build2/rule-map b/build2/rule-map
index d7748b6..9fb4056 100644
--- a/build2/rule-map
+++ b/build2/rule-map
@@ -18,10 +18,10 @@ namespace build2
{
class rule;
- using target_type_rule_map = std::map<
- const target_type*,
- butl::prefix_map<string, // Rule hint.
- reference_wrapper<const rule>, '.'>>;
+ using hint_rule_map =
+ butl::prefix_map<string, reference_wrapper<const rule>, '.'>;
+
+ using target_type_rule_map = std::map<const target_type*, hint_rule_map>;
// This is an "indexed map" with operation_id being the index. Entry
// with id 0 is a wildcard.