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
@@ -128,13 +128,14 @@ The instructions and requirements of working on the `CPP-GL` project can be foun
128
128
129
129
## Compiler support
130
130
131
+
<!--TODO: verify whether the min compiler version is correct for C++23-->
131
132
| Compiler | Min version |
132
133
| :-: | :-: |
133
-
| GNU G++ | 13 |
134
+
| GNU G++ | 13 | #
134
135
| Clang | 17 |
135
136
136
137
> [!NOTE]
137
-
> Although currently the project has been properly verified using only the G++ and Clang compilers it should work fine with other compilers with C++20 support like MSVC.
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