aboutsummaryrefslogtreecommitdiff
path: root/build2/install
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-02-03 16:32:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-02-03 16:32:14 +0200
commit7005f1f5b525705fa3fd458a840d027046a2085b (patch)
treefc3118f1b2b3e9a3895afbdbbb0691e504dcd88e /build2/install
parentef8e2a37863ec97c88aedcfd67d2a2e47188bf4b (diff)
Work around Clang issue
Diffstat (limited to 'build2/install')
-rw-r--r--build2/install/rule.hxx2
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.
//