File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Disclaimer
3131----------
3232The examples presented here are meant to highlight (and sometimes exploit) the
3333specifics and quirks of the language. To this end, the presented examples may
34- exhibit undefined or implementation specific behaviour, or implement solutions
34+ exhibit ** undefined** or ** implementation specific** behaviour, or implement solutions
3535that are against good coding practices. This is done for educational purposes
3636only and always thoroughly documented.
3737
@@ -40,11 +40,11 @@ traditional sense.
4040
4141Platform Support
4242----------------
43- The only requirement for ** cpp-tutor** is a C++ compiler that support C++17 and
44- ` CMake- 3.20 ` or newer. It is supported on Linux, Mac OS X and Windows, and is
45- regularly tested against the following configurations:
43+ The only requirements for ** cpp-tutor** are: a C++ compiler that support C++17 and
44+ CMake >= 3.20. This project is regularly tested on Linux, Mac OS X and Windows against
45+ the following configurations:
4646 * Linux Ubuntu 22.04 (GCC-11.4 and LLVM-14)
47- * Windows (FIXME/TODO! )
47+ * Windows (Visual Studio 17 2022 )
4848 * Mac OS X 14.7.5 (AppleClang 15)
4949
5050Please refer to the CI logs (links at the top of the page) for reference
You can’t perform that action at this time.
0 commit comments