From 7005f1f5b525705fa3fd458a840d027046a2085b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 3 Feb 2018 16:32:14 +0200 Subject: Work around Clang issue --- build2/install/rule.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/install') 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. // -- cgit v1.1