Skip to content

Conversation

generalmimon
Copy link
Member

No description provided.

Since `uint64_t` is an alias for `unsigned long long` on macOS, I think
this is the only way (except for templates that we used until
#76) to
ensure that `to_string()` supports an `uint64_t` argument.

`long long` is technically not in C++98, but if we detect that the
`LLONG_MAX` macro is defined, we should be able to use it. And as I
mentioned in `Common.cmake`, I don't think we currently support any
compiler without `long long` support, given that we already require
`int64_t`/`uint64_t`, which are also only part of C++11 and not C++98.
@generalmimon generalmimon merged commit b49194a into master Mar 30, 2025
10 checks passed
@generalmimon generalmimon deleted the gh-actions-macos branch March 30, 2025 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant