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

Move to C++20 #2111

Merged
merged 49 commits into from
Jul 14, 2022
Merged

Move to C++20 #2111

merged 49 commits into from
Jul 14, 2022

Conversation

garth-wells
Copy link
Member

@garth-wells garth-wells commented Mar 31, 2022

Requires FEniCS/basix#563.

Removes xtl dependency in favour of std::span.

GCC >= 10 required. Will allow code simplifications by using ranges and concepts from C++20.

@garth-wells garth-wells changed the title Test C++20 Move to C++20 Jul 13, 2022
@garth-wells garth-wells marked this pull request as ready for review July 13, 2022 17:50
Copy link
Member

@IgorBaratta IgorBaratta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

My only concern are features that are not well supported across compilers, see
https://en.cppreference.com/w/cpp/compiler_support.
Which is not the case of this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build system and compiler issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants