From 07fdebdbb02fde71d6e656ddd46b967347417502 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 9 Jul 2018 09:48:07 +0200 Subject: Implement publish command for publishing packages to archive repositories --- bdep/types-parsers.hxx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bdep/types-parsers.hxx') diff --git a/bdep/types-parsers.hxx b/bdep/types-parsers.hxx index 3c23d2e..1ce0eef 100644 --- a/bdep/types-parsers.hxx +++ b/bdep/types-parsers.hxx @@ -21,6 +21,13 @@ namespace bdep struct parser; template <> + struct parser + { + static void + parse (url&, bool&, scanner&); + }; + + template <> struct parser { static void -- cgit v1.1