From a5ab5b0ce8f3108fa5bb265292584e67f2a3ab54 Mon Sep 17 00:00:00 2001 From: Sean Robinson Date: Thu, 5 Jan 2023 08:19:57 -0700 Subject: [PATCH] Update minimum supported MSVC version https://learn.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=msvc-170 Closes #228 Reported-by: @c0rn1ie Signed-off-by: Sean Robinson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1398455..dee67b9 100644 --- a/README.md +++ b/README.md @@ -1157,7 +1157,7 @@ sudo make install | :------------------- | :--------------- | :----------------- | | GCC >= 8.3.0 | libstdc++ | Ubuntu 18.04 | | Clang >= 7.0.0 | libc++ | Xcode 10.2 | -| MSVC >= 14.16 | Microsoft STL | Visual Studio 2017 | +| MSVC >= 16.8 | Microsoft STL | Visual Studio 2019 | ## Contributing Contributions are welcome, have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information.