Change long long int to fixed width integer type int64_t
This commit is contained in:
@@ -15,4 +15,4 @@
|
||||
|
||||
#include <aoc/framework/LinesSolver-impl.hpp>
|
||||
|
||||
template class LinesSolver<long long, long long>;
|
||||
template class LinesSolver<int64_t, int64_t>;
|
||||
|
||||
@@ -17,6 +17,6 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
template class Solver<long long, long long>;
|
||||
template class Solver<long long, std::string>;
|
||||
template class Solver<int64_t, int64_t>;
|
||||
template class Solver<int64_t, std::string>;
|
||||
template class Solver<std::string, std::string>;
|
||||
|
||||
Reference in New Issue
Block a user