Commit afe19a3
committed
Update C++ standard requirement from C++17 to C++20
The project uses C++20 features (concepts, likely/unlikely attributes, etc.)
as noted in CHANGES.md. Updated prerequisite documentation to reflect this:
- CONTRIBUTING.md: Updated compiler requirements to C++20 (GCC 10+, Clang 10+, MSVC 2019+)
- docs/DEVELOPMENT.md: Updated compiler requirements to C++20
This ensures developers are aware of the correct C++ standard required
for building the project.1 parent 32dc4c8 commit afe19a3
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments