diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-10 07:08:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-10 07:08:08 +0200 |
commit | fefcedab45d3e35782943faeee49478b5737c424 (patch) | |
tree | a484f4c070dd2f70657e92dcfda8907667d839c2 /libbuild2/rule-map.hxx | |
parent | feed07e16ff73c5f0b25f2ceb4c08177b5c0e3af (diff) |
Tweak rule names
Diffstat (limited to 'libbuild2/rule-map.hxx')
-rw-r--r-- | libbuild2/rule-map.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/rule-map.hxx b/libbuild2/rule-map.hxx index 2b9a145..df59548 100644 --- a/libbuild2/rule-map.hxx +++ b/libbuild2/rule-map.hxx @@ -64,12 +64,13 @@ namespace build2 // allocation for the common cases since most rules will be registered // for perform, at least on non-root scopes. // + // Note: duplicate insertions (e.g., to global scope rule map) are ignored. + // // @@ Redo using small_vector? // class rule_map { public: - template <typename T> void insert (action_id a, const char* hint, const rule& r) |