From 22278dfe43f8d3a492d643671b8926b77582a583 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 24 Jan 2017 16:16:48 +0300 Subject: Add default constructors to *_rule classes to make older clang happy --- build2/dist/rule | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/dist') diff --git a/build2/dist/rule b/build2/dist/rule index 4953394..db8e731 100644 --- a/build2/dist/rule +++ b/build2/dist/rule @@ -19,6 +19,8 @@ namespace build2 class rule: public build2::rule { public: + rule () {} + virtual match_result match (action, target&, const string&) const override; -- cgit v1.1