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

[WIP] C++14 constexpr additions #276

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

[WIP] C++14 constexpr additions #276

wants to merge 7 commits into from

Conversation

mosra
Copy link
Owner

@mosra mosra commented Aug 30, 2018

Code from a very old branch, could be reused instead of starting from scratch. What needs to be done:

  • create some CORRADE_CONSTEXPR14 macro that compiles to constexpr only under C++14
  • separate tests that are built only for C++14 and testing this C++14-only functionality
  • test with both constexpr and non-constexpr in order to get correct code coverage (and this may also uncover some bugs)

@mosra mosra added this to TODO in Math and algorithms via automation Aug 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant