Etienne Philip Pretorius wrote:
Hello List,
Just got home so now I can give out compiler errors:
without 'static' I get this error:
/usr/include/asio/detail/bind_handler.hpp: In member function ‘void asio::detail::binder1
::operator()() [with Handler = void (something::other::service::*)(const asio::error_code&), Arg1 = asio::error_code]’ http://www.boost.org/doc/libs/1_36_0/doc/html/boost_asio/example/echo/async_...
class server { public: ... ... void handle_accept(session* new_session, const boost::system::error_code& error) {
I see no static declaration.
Any hints?
Etienne Pretorius _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Are the example and header file the same version?