diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-03 16:32:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-03 16:32:14 +0200 |
commit | 7005f1f5b525705fa3fd458a840d027046a2085b (patch) | |
tree | fc3118f1b2b3e9a3895afbdbbb0691e504dcd88e | |
parent | ef8e2a37863ec97c88aedcfd67d2a2e47188bf4b (diff) |
Work around Clang issue
-rw-r--r-- | build2/install/rule.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/install/rule.hxx b/build2/install/rule.hxx index ffab206..b9699e3 100644 --- a/build2/install/rule.hxx +++ b/build2/install/rule.hxx @@ -41,6 +41,8 @@ namespace build2 class group_rule: public alias_rule { public: + using alias_rule::filter; // "Unhide" to make Clang happy. + // Return NULL if this group member should be ignored and pointer to its // target otherwise. The default implementation accepts all members. // |