Skip to content
New issue

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

Clean up constexpr-ness #402

Closed
ckormanyos opened this issue Jan 23, 2024 · 1 comment
Closed

Clean up constexpr-ness #402

ckormanyos opened this issue Jan 23, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ckormanyos
Copy link
Owner

... and go full C++14-constexpr. Now that the algorithm/iterator details are compatible with C++14 constexpr-ness, there is no real need for the WIDE_INTEGER_CONSTEXPR* macros. These can be entirely eliminated.

Details and trouble spots:

  • Watch for potential problems on CI.
  • Pay special care to GCC 5 on AVR target.
  • Possibly upgrade compiler on MSYS run in CI.
@ckormanyos ckormanyos self-assigned this Jan 23, 2024
@ckormanyos ckormanyos added the enhancement New feature or request label Jan 23, 2024
@ckormanyos
Copy link
Owner Author

Fixed by #403

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant