‘__int64’ was not declared #2068
Labels
kind: question
solution: invalid
the issue is not related to the library
state: needs more info
the author of the issue needs to provide more details
src/../include/json.hpp:13704:61: error: ‘__int64’ was not declared in this scope
std::memmove(buf + 2, buf + 1, static_cast<size_t>((__int64)k - 1));
Try to compile de json hpp in linux.
g++ 7.04
Linux, (works fine in windows)
The text was updated successfully, but these errors were encountered: