aboutsummaryrefslogtreecommitdiff
path: root/bdep/types-parsers.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/types-parsers.hxx')
-rw-r--r--bdep/types-parsers.hxx7
1 files changed, 7 insertions, 0 deletions
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<url>
+ {
+ static void
+ parse (url&, bool&, scanner&);
+ };
+
+ template <>
struct parser<path>
{
static void