diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-04-20 10:55:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-04-20 10:55:50 +0200 |
commit | 9b138ccbebdcdc6bfdd6f6d52e534ae14df280af (patch) | |
tree | 04142d3c54864d2f18605b8a544d79e6ec40a9ae /libbuild2/rule.hxx | |
parent | 1b8c19b427f7e0ec6a747df60eb9334a620843b7 (diff) |
Replace match_extra::buffer with more general data storage facility
Diffstat (limited to 'libbuild2/rule.hxx')
-rw-r--r-- | libbuild2/rule.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbuild2/rule.hxx b/libbuild2/rule.hxx index 1429ab2..77c2d2c 100644 --- a/libbuild2/rule.hxx +++ b/libbuild2/rule.hxx @@ -175,9 +175,9 @@ namespace build2 // // Used for both ad hoc pattern rules and ad hoc recipes. For recipes, it's // essentially a rule of one case. Note that when used as part of a pattern, - // the implementation cannot use the match_extra::buffer nor the target - // auxiliary data storage until the pattern's apply_*() calls have been - // made. + // the implementation cannot use the match_extra::data() facility nor the + // target auxiliary data storage until the pattern's apply_*() calls have + // been made. // // Note also that when used as part of a pattern, the rule is also register // for the dist meta-operation (unless there is an explicit recipe for dist) |