From 1880693aefa49c6b3897fc6821afc5d518774cf4 Mon Sep 17 00:00:00 2001 From: yhirose Date: Tue, 11 Feb 2025 11:22:14 -0500 Subject: [PATCH] Dropped Visual Studio 2015 support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78a0ed4..fc4b537 100644 --- a/README.md +++ b/README.md @@ -966,7 +966,7 @@ Include `httplib.h` before `Windows.h` or include `Windows.h` by defining `WIN32 > cpp-httplib officially supports only the latest Visual Studio. It might work with former versions of Visual Studio, but I can no longer verify it. Pull requests are always welcome for the older versions of Visual Studio unless they break the C++11 conformance. > [!NOTE] -> Windows 8 or lower, Visual Studio 2013 or lower, and Cygwin and MSYS2 including MinGW are neither supported nor tested. +> Windows 8 or lower, Visual Studio 2015 or lower, and Cygwin and MSYS2 including MinGW are neither supported nor tested. License -------