[EPIC] Move forward to C++20
Open
@rmadec-cs is already working on this.
Since Jul 15, 2024.
type: feature
type: new
- Dominant language
- C++
- Stars
- 287
- Forks
- 109
- Avg merge
- 4d 41m
- Merged PRs (30d)
- 5
Description
What is the requested feature?
I want to open discussions to move forward to c++20
Is your request related to a specific problem?
Below is a list of desirable features that are standardized in C++20.
I also put the min (compiler/stdlib) versions where they are implemented
| clang | gcc | |
|---|---|---|
| standardized text format (in replacement of fmt) | 17 | 13 |
| range library | 15 | 10 |
| concepts library | 13 | 10 |
| span | 7 | 10 |
| litterals as template params | 12 | 9 |
I would like to discuss the feasibility of this change on the different architectures that geos is compiled on..
Describe the solution you'd like
n.a.
Describe alternatives you've considered
n.a.
Additional context
n.a.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.