id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4680,error asio compilation with BOOST_ASIO_DISABLE_THREADS,Yury Podpruzhnikov ,chris_kohlhoff,"Compiler: MSVS 2008 I am add macros BOOST_ASIO_DISABLE_THREADS to my project After compilation I have error {{{ XXX\boost/asio/detail/impl/win_iocp_io_service.ipp(455) : error C2660: 'boost::asio::detail::null_thread::null_thread' : function does not take 2 arguments }}} I don't ideal understand asio, but possible deсision is add second fictive parameter to null_thread constructor {{{ Index: X:/avx/trunk/prj/lib/boost/inc/boost/asio/detail/null_thread.hpp @@ -35,7 +35,7 @@ public: // Constructor. template - null_thread(Function) + null_thread(Function, unsigned int stack_size = 0) { boost::asio::detail::throw_error( boost::asio::error::operation_not_supported, ""thread""); }}} ",Bugs,closed,To Be Determined,asio,Boost 1.44.0,Problem,fixed,,