From a1f459f8446370704695919b3131653300866ee9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 25 May 2017 10:41:20 +0200 Subject: Implement parsing of C++ module declarations --- build2/parser.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/parser.hxx') diff --git a/build2/parser.hxx b/build2/parser.hxx index 85da4e5..e7afe3a 100644 --- a/build2/parser.hxx +++ b/build2/parser.hxx @@ -27,6 +27,7 @@ namespace build2 // If boot is true, then we are parsing bootstrap.build and modules // should only be bootstrapped. // + explicit parser (bool boot = false): fail ("error", &path_), boot_ (boot) {} // Issue diagnostics and throw failed in case of an error. -- cgit v1.1