cpp-netlib
cpp-netlib copied to clipboard
The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.
I installed boost and cpp-netlib using vcpkg,but when I'm using it by ```#include “boost/network/uri.hpp"``` ,I got error C2039.The error is reported at "F:\vcpkg\installed\x64-windows\include\boost\proto\generate.hpp",in line239 and line 248. IDE: Viaual Studio...
from http://github.com/glynos/cpp-netlib: > The C++ Network Library Project -- **header-only**, cross-platform, standards compliant networking library. from http://glynos.github.io/cpp-netlib: ~~~c using namespace boost::network; using namespace boost::network::http; ~~~ how can this be header...