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
At least one issue is that adapter_common.h includes <cstdint> but uses uint8_t etc types, even though these are only guaranteed to exist under std:: (unlike with stdint.h).
The text was updated successfully, but these errors were encountered:
mmm... you're right :/ maybe I should update this. It should be hard though basically search/replace all intX_t, uintX_t and size_t by adding std:: prefix.
At least one issue is that
adapter_common.h
includes<cstdint>
but usesuint8_t
etc types, even though these are only guaranteed to exist understd::
(unlike withstdint.h
).The text was updated successfully, but these errors were encountered: