From 1357afb9e181a97ee8bc132c14f9d994defa3a67 Mon Sep 17 00:00:00 2001 From: Ryba04 <71170857+Ryba04@users.noreply.github.com> Date: Sun, 16 Aug 2026 12:40:47 +0200 Subject: [PATCH] Update C++ version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a5bf76f..3bfd0b5c 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ MaSzyna compiles and runs natively on **Linux** and **Windows**. Other platforms - [make](https://www.gnu.org/software/make/) -- A C++ compiler with C++14 support (we use some C++17 features, but older compilers may still work): +- A C++ compiler with C++20 support: - **Windows:** Visual Studio 2022