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

port to c++20 #2076

Closed
Tracked by #2078
prudhomm opened this issue Apr 2, 2023 · 0 comments · Fixed by #2089
Closed
Tracked by #2078

port to c++20 #2076

prudhomm opened this issue Apr 2, 2023 · 0 comments · Fixed by #2089
Assignees
Labels
cpp20 C++ 20
Milestone

Comments

@prudhomm
Copy link
Member

prudhomm commented Apr 2, 2023

C++ 20 compiler is available in homebrew #2078.

in this context, we use llvm 16.

@prudhomm prudhomm self-assigned this Apr 2, 2023
@prudhomm prudhomm added the cpp20 C++ 20 label Apr 2, 2023
@prudhomm prudhomm added this to the v111 milestone Apr 2, 2023
prudhomm added a commit that referenced this issue Apr 2, 2023
- added cmake user preset with c++20 setup
- fix some minor compilation issues
prudhomm added a commit that referenced this issue May 2, 2023
Replace the deprecated `fs::copy_option` with `fs::copy_options` in `feelfilters/geo.hpp`. The function `geo(Ts&&... v)` now uses `fs::copy_options::none` to copy files.
prudhomm added a commit that referenced this issue May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp20 C++ 20
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant