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