Maks Naumov

Results 3 comments of Maks Naumov

When I tried compile using msvc11 I got this error. MSDN says that "winsock2.h" is necessary for 'timeval'. Now i checked "winsock.h"(msvc11) and really it contain "timeval" definition. But anyway...

``` C++ boost::asio::io_service io_service; urdl::read_stream stream(io_service); stream.open("url"); ``` More readable error output: ``` C++ D:\Dev\libs\boost_1_58_0b\boost/asio/detail/handler_invoke_helpers.hpp(37): fatal error C1001: An internal error has occurred in the compiler. (compiler file 'msc1.cpp', line...