-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
‘__int64’ was not declared #2068
Copy link
Copy link
Closed
Labels
kind: questionsolution: invalidthe issue is not related to the librarythe issue is not related to the librarystate: needs more infothe author of the issue needs to provide more detailsthe author of the issue needs to provide more details
Description
Activity
Metadata
Metadata
Assignees
Labels
kind: questionsolution: invalidthe issue is not related to the librarythe issue is not related to the librarystate: needs more infothe author of the issue needs to provide more detailsthe 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)