aboutsummaryrefslogtreecommitdiff
path: root/bdep/new-parsers.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/new-parsers.hxx')
-rw-r--r--bdep/new-parsers.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/bdep/new-parsers.hxx b/bdep/new-parsers.hxx
index c496314..d50dc09 100644
--- a/bdep/new-parsers.hxx
+++ b/bdep/new-parsers.hxx
@@ -32,6 +32,13 @@ namespace bdep
static void
parse (cmd_new_lang&, bool&, scanner&);
};
+
+ template <>
+ struct parser<cmd_new_vcs>
+ {
+ static void
+ parse (cmd_new_vcs&, bool&, scanner&);
+ };
}
}