Document C++11 requirement in the main README
This should have been part of ecf321924e (Merge branch 'cxx11',
2022-10-15), see #22854.
This commit is contained in:
parent
88273a944e
commit
bc07c9a309
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
|
@ -33,13 +33,14 @@ This version of wxWidgets supports the following primary platforms:
|
|||
- Most Unix variants using the GTK+ toolkit (version 2.6 or newer or 3.x).
|
||||
- macOS (10.10 or newer) using Cocoa under both amd64 and ARM platforms.
|
||||
|
||||
Most popular C++ compilers are supported including but not limited to:
|
||||
All C++11 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.
|
||||
- Microsoft Visual C++ 2015 or later (up to 2022).
|
||||
- g++ 4.8 or later (up to 12), including MinGW/MinGW-64/TDM under Windows.
|
||||
- Clang (up to 14).
|
||||
- Intel icc compiler.
|
||||
- Oracle (ex-Sun) CC.
|
||||
|
||||
Please use [3.2 branch](https://github.com/wxWidgets/wxWidgets/tree/3.2) if
|
||||
you must use wxWidgets with a C++98 compiler.
|
||||
|
||||
|
||||
Licence
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue