Remove XSIMD_IF_CONSTEXPR macros, use if constexpr instead#1382
Remove XSIMD_IF_CONSTEXPR macros, use if constexpr instead#1382JohanMabille wants to merge 4 commits into
Conversation
33599e6 to
acb5e10
Compare
|
We are moving to c++17? Happy to review. Are we going to do the full transition in this PR or the plan is to adopt if constexpr only? |
|
I was pretty sure that there was an issue where we agreed to migrate to C++17 Oo I must be confusing it with another project. Anyway, Given that the current standard is 26, and that all compilers tested in the CI support it, I think we can move to C++17. @serge-sans-paille @AntoinePrv any objection for this migration? I'm pretty sure we already discussed this. |
|
Yes we had decided to move to 17. @JohanMabille mabye let's make a first isolated PR where we move just the Cmake? |
AntoinePrv
left a comment
There was a problem hiding this comment.
Looks mechanical, I trust you
|
This PR looks correct! |
Cleanup PR, mechanical replacement.