aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types-parsers.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-10-11 17:42:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-10-11 17:42:38 +0200
commitd6858f2d1612027d79acf8ea231f7b4c5859efa1 (patch)
tree77920c35f45749b3fe8d0999482400ebf80f8f5a /bpkg/types-parsers.hxx
parent61349dcf5fbfeab888ea345ebec3d887777a2782 (diff)
Work around compiler issues in qualified_option class template
Diffstat (limited to 'bpkg/types-parsers.hxx')
-rw-r--r--bpkg/types-parsers.hxx2
1 files changed, 1 insertions, 1 deletions
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 <const char* Q[], typename V>
+ template <const char* const* Q, typename V>
struct parser<qualified_option<Q, V>>
{
static void