Commit 198cea9
committed
Set C++ standard to 23 unconditionally
Removed conditional logic for setting the C++ standard based on compiler and platform. The code now consistently enforces C++23 as the standard across all configurations for clarity and uniformity.1 parent dc93e46 commit 198cea9
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 25 | + | |
| 26 | + | |
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
| |||
0 commit comments