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/adhoc-rule-cxx.hxx | |
parent | 1b8c19b427f7e0ec6a747df60eb9334a620843b7 (diff) |
Replace match_extra::buffer with more general data storage facility
Diffstat (limited to 'libbuild2/adhoc-rule-cxx.hxx')
-rw-r--r-- | libbuild2/adhoc-rule-cxx.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/adhoc-rule-cxx.hxx b/libbuild2/adhoc-rule-cxx.hxx index 29d8aa1..9a17447 100644 --- a/libbuild2/adhoc-rule-cxx.hxx +++ b/libbuild2/adhoc-rule-cxx.hxx @@ -26,7 +26,7 @@ namespace build2 }; // Note that when used as part of a pattern, the implementation cannot use - // the match_extra::buffer nor the target auxilary data storage. + // the match_extra::data() facility nor the target auxiliary data storage. // class LIBBUILD2_SYMEXPORT cxx_rule_v1: public cxx_rule { |