From 54ed23448b686dc7d08b1075f5ce921deb63c2c1 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 31 Aug 2020 14:14:51 -0400 Subject: [PATCH] instantiate bounds() also with long long to make windows happy. --- src/utils.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils.cpp b/src/utils.cpp index 9bff278212..45bd629c19 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -399,6 +399,8 @@ template void utils::bounds<>(const char *, int, const std::string &, bigint, bigint, int &, int &, Error *); template void utils::bounds<>(const char *, int, const std::string &, bigint, bigint, long &, long &, Error *); +template void utils::bounds<>(const char *, int, const std::string &, + bigint, bigint, long long &, long long &, Error *); /* ------------------------------------------------------------------------- Expand list of arguments in arg to earg if arg contains wildcards