$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Asio 1.6: compile error in signal_set_service with MSVC10
From: Igor R (boost.lists_at_[hidden])
Date: 2011-07-19 09:34:52
> 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.