Просмотр исходного кода

Updated README regarding Visual Studio support

yhirose 4 лет назад
Родитель
Сommit
623ab4a96e
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -787,6 +787,8 @@ Include `httplib.h` before `Windows.h` or include `Windows.h` by defining `WIN32
 #include <httplib.h>
 #include <httplib.h>
 ```
 ```
 
 
+Note: cpp-httplib officially supports only the latest Visual Studio. It might work with former versions of Visual Studio, but I can't no longer verify it. Pull requests are always welcome for the older Visual Sutudio unless it breaks the C++11 conformance.
+
 Note: Windows 8 or lower and Cygwin on Windows are not supported.
 Note: Windows 8 or lower and Cygwin on Windows are not supported.
 
 
 License
 License