You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All [u,]intXX.h files should use extern "C" { ... } to allow linking with a C++ binding. I ran into this issue and worked it around by doing extern "C" { #include <uint64.h> }
But it would be nicer to put this directly in aforementioned files.
The text was updated successfully, but these errors were encountered:
All
[u,]intXX.h
files should useextern "C" { ... }
to allow linking with a C++ binding. I ran into this issue and worked it around by doingextern "C" { #include <uint64.h> }
But it would be nicer to put this directly in aforementioned files.
The text was updated successfully, but these errors were encountered: