[asio] MSVC compiler error when compiling urdl
So URDL (https://github.com/chriskohlhoff/urdl ) is not part of boost, I
know. But a nasty MSVC 2013 compiler error prevents the most simple code to
compile.
#define _WIN32_WINNT 0x0601
#define URDL_HEADER_ONLY 1
#define URDL_DISABLE_SSL 1
#include
[Christian Henning]
So URDL (https://github.com/chriskohlhoff/urdl ) is not part of boost, I know. But a nasty MSVC 2013 compiler error prevents the most simple code to compile.
Is this an URDL bug, or an MSVC bug? Does it repro with VC 2015? STL
participants (2)
-
Christian Henning
-
Stephan T. Lavavej