From d6858f2d1612027d79acf8ea231f7b4c5859efa1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Oct 2018 17:42:38 +0200 Subject: Work around compiler issues in qualified_option class template --- bpkg/types-parsers.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/types-parsers.hxx') diff --git a/bpkg/types-parsers.hxx b/bpkg/types-parsers.hxx index 24cc92d..d384223 100644 --- a/bpkg/types-parsers.hxx +++ b/bpkg/types-parsers.hxx @@ -47,7 +47,7 @@ namespace bpkg parse (repository_type&, bool&, scanner&); }; - template + template struct parser> { static void -- cgit v1.1