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
[](https://github.com/rhalbersma/dctl)
7
7
@@ -45,12 +45,12 @@ The DCTL does not yet provide a fully functioning game engine that can be plugge
45
45
46
46
## Requirements
47
47
48
-
These header-only libraries depend on the C++ Standard Library and [Boost](http://boost.org) and are continuously being tested with the following conforming conforming [C++20](http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n4860.pdf) compilers:
48
+
These header-only libraries depend on the C++ Standard Library and [Boost](http://boost.org) and are continuously being tested with the following conforming conforming [C++23](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/n4950.pdf) compilers:
49
49
50
-
| Platform | Compiler | Versions | Build |
51
-
| :------- | :------- | -------: | :---- |
52
-
| Linux | GCC | 14, 15-SVN| CI currently being ported to GitHub Actions |
53
-
| Linux | Clang |19-SVN| CI currently being ported to GitHub Actions |
50
+
| Platform | Compiler | Versions | Build |
51
+
| :------- | :------- | -------: | :---- |
52
+
| Linux | GCC | 14, 15-trunk| CI currently being ported to GitHub Actions |
53
+
| Linux | Clang |18, 19-trunk| CI currently being ported to GitHub Actions |
0 commit comments