You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see boost::bind() used only if BOOST_THREAD_PROVIDES_VARIADIC_THREAD is not defined
Could the #include <boost/bind.hpp> be moved inside a #ifndef BOOST_THREAD_PROVIDES_VARIADIC_THREAD section? In fact I'd move it inside an #else section under line 50
Boost.Bind brings in a lot of cruft, that is, increased compile times and funny warnings boost/bind/placeholders.hpp(54): note: see reference to class template instantiation 'boost::arg<9>' being compiled