instantiate bounds() also with long long to make windows happy.

This commit is contained in:
Axel Kohlmeyer
2020-08-31 14:14:51 -04:00
parent 675cf20e93
commit 54ed23448b

View File

@ -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