You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,8 +131,8 @@ The instructions and requirements of working on the `CPP-GL` project can be foun
131
131
<!--TODO: verify whether the min compiler version is correct for C++23-->
132
132
| Compiler | Min version |
133
133
| :-: | :-: |
134
-
| GNU G++ | 13 | #
135
-
| Clang |17|
134
+
| GNU G++ |14 |
135
+
| Clang |18|
136
136
137
137
> [!NOTE]
138
138
> Although currently the project has been properly verified using only the G++ and Clang compilers it should work fine with other compilers with C++23 support like MSVC.
0 commit comments