Update the latest versions of supported compilers
Code Checks / Check Spelling (push) Waiting to run
Code Checks / Check Whitespace (push) Waiting to run
Code Checks / Check Mixed EOL (push) Waiting to run
Code Checks / Check C++ Style (push) Waiting to run

gcc 14 and clang 19 are known to work.
This commit is contained in:
Vadim Zeitlin
2025-03-17 23:14:26 +01:00
parent d771756091
commit d74ef99edc
+2 -2
View File
@@ -36,8 +36,8 @@ This version of wxWidgets supports the following primary platforms:
Most popular C++ compilers are supported including but not limited to:
- Microsoft Visual C++ 2005 or later (up to 2022).
- g++ 4 or later (up to 12), including MinGW/MinGW-64/TDM under Windows.
- Clang (up to 14).
- g++ 4 or later (up to 14), including MinGW/MinGW-64/TDM under Windows.
- Clang (up to 19).
- Intel icc compiler.
- Oracle (ex-Sun) CC.