aboutsummaryrefslogtreecommitdiff
path: root/bbot/types-parsers.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-03 12:07:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-03 12:07:02 +0200
commitf5ab412da304e3970a6b5b3290758ed791c31881 (patch)
tree28ddc870029302d6a26209dba0f73b3ce692744d /bbot/types-parsers.hxx
parentfa5ebd101b792fdf038394f0aaa4a4ab8e28dab6 (diff)
Pass toolchain name/version to controller
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&);
+ };
}
}