Use fixed-width types instead of built-in types #1524
Replies: 2 comments 2 replies
-
|
I wish we didn't use That cannot be changed any more, as It would break all existing applications. |
Beta Was this translation helpful? Give feedback.
-
|
Fixed sizes like
They will both implicitly upcast to Lengths returned by address use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Could we instead of using types like
unsigned long longandunsigned char, use fixed-width types (such asuint64_tanduint8_trespectively)?I encountered this when trying to use the library:
Of course, I have
using u64 = std::uint64_t;, and I do not think the intended size in these parameters is 128 bits.Beta Was this translation helpful? Give feedback.
All reactions