eidheim / Simple-Web-Server

A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
MIT License
2.61k stars 751 forks source link

Issue #188: disable auto-linking of the Boost libraries for Windows #199

Open zethon opened 6 years ago

eidheim commented 6 years ago

It seems strange that this define is required on Windows when using Boost.Asio. It would not be required if using standalone ASIO though. I think I'll wait on merging this, especially considering standalone ASIO, until more people comment in with regards to #188.