We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/no1msd/mstch/blob/master/include/mstch/mstch.hpp#L97
Is it possible to add: float, more integer types - int64_t/uint64_t, 8, 16 bit versions; replace: int -> int32_t, add uint32_t ?
Or it has performance and memory drawbacks?
The text was updated successfully, but these errors were encountered:
+1 but I only need additionally unsigned long long (uint64_t), long long (int64_t) and unsigned (uint32_t).
Sorry, something went wrong.
The 64 bit versions would be good.
No branches or pull requests
https://github.com/no1msd/mstch/blob/master/include/mstch/mstch.hpp#L97
Is it possible to add: float, more integer types - int64_t/uint64_t, 8, 16 bit versions;
replace: int -> int32_t, add uint32_t ?
Or it has performance and memory drawbacks?
The text was updated successfully, but these errors were encountered: