Unverified Commit 54ed2344 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

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

parent 675cf20e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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