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
Describe your use case
Modules dataStorageUnitBase, simpleStorageUnit, and partitionedStorageUnit use long long int for storage capacity and storage level.
Describe alternatives solutions you've considered
The precise width type int64_t should be used instead to guarantee the same size of integers across platforms.
The text was updated successfully, but these errors were encountered:
Describe your use case
Modules dataStorageUnitBase, simpleStorageUnit, and partitionedStorageUnit use
long long int
for storage capacity and storage level.Describe alternatives solutions you've considered
The precise width type
int64_t
should be used instead to guarantee the same size of integers across platforms.The text was updated successfully, but these errors were encountered: