
On 19.07.2011 15:34, Igor R wrote:
When compiling my static library that contains the networking code with (our only compiler) Visual Studio 2010 I get compile errors in asio/detail/impl/signal_set_service.ipp in line 74 saying 'boost::signal': use of class template requires template argument list
Perhaps, you import boost::signal into the global namespace before including asio headers.
Not quite. I didn't think of that possibility, since I usually don't
import anything into the global namespace. But I found an (unnecessary)
include of