Commit c9fa24c
authored
feat!: update C++ standard to C++20 (#149)
### Briefly, what does this PR introduce?
This PR upgrades minimum required C++ standard to C++20. Already
required for EICrecon, so no one will be cut off by this.
### What kind of change does this PR introduce?
- [ ] Bug fix (issue #__)
- [x] New feature (issue: modernization woohoo)
- [ ] Documentation update
- [ ] Other: __
### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [ ] Changes have been communicated to collaborators
### Does this PR introduce breaking changes? What changes might users
need to make to their code?
Yes, C++20 required.
### Does this PR change default behavior?
No.1 parent 018d09d commit c9fa24c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments