Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Conversation

@dstoeckel
Copy link

This is a collection of minor fixes that resolve:

  • A compilation error
  • Dramatically reduce the amount of warnings generated by GCC 7.x

std::iota is defined in <numeric>, but this header was not included.
Add noexcept to a closure that is known to never throw.
The print macro used %lld format strings for int64_t parameters.
Use %ld instead.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant