Advertisement
Guest User

Ozgur Ozturk

a guest
Jul 21st, 2009
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. c:\program files\boost\boost_1_38\boost\asio\detail\win_iocp_socket_service.hpp(1409) : error C2664: 'boost::asio::mutable_buffer::mutable_buffer(const boost::asio::mutable_buffer &)' : cannot convert parameter 1 from 'const boost::asio::const_buffer' to 'const boost::asio::mutable_buffer &'
  2. Reason: cannot convert from 'const boost::asio::const_buffer' to 'const boost::asio::mutable_buffer'
  3. No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
  4. c:\program files\boost\boost_1_38\boost\asio\stream_socket_service.hpp(275) : see reference to function template instantiation 'void boost::asio::detail::win_iocp_socket_service<Protocol>::async_receive<MutableBufferSequence,ReadHandler>(boost::asio::detail::win_iocp_socket_service<Protocol>::implementation_type &,const MutableBufferSequence &,boost::asio::socket_base::message_flags,Handler)' being compiled
  5. with
  6. [
  7. Protocol=boost::asio::ip::tcp,
  8. MutableBufferSequence=boost::asio::const_buffers_1,
  9. ReadHandler=boost::_bi::bind_t<void,boost::_mfi::mf2<void,session,const boost::system::error_code &,size_t>,boost::_bi::list3<boost::_bi::value<session *>,boost::arg<1>,boost::arg<2>>>,
  10. Handler=boost::_bi::bind_t<void,boost::_mfi::mf2<void,session,const boost::system::error_code &,size_t>,boost::_bi::list3<boost::_bi::value<session *>,boost::arg<1>,boost::arg<2>>>
  11. ]
  12. c:\program files\boost\boost_1_38\boost\asio\basic_stream_socket.hpp(711) : see reference to function template instantiation 'void boost::asio::stream_socket_service<Protocol>::async_receive<MutableBufferSequence,ReadHandler>(boost::asio::detail::win_iocp_socket_service<Protocol>::implementation_type &,const MutableBufferSequence &,boost::asio::socket_base::message_flags,ReadHandler)' being compiled
  13. with
  14. [
  15. Protocol=boost::asio::ip::tcp,
  16. MutableBufferSequence=boost::asio::const_buffers_1,
  17. ReadHandler=boost::_bi::bind_t<void,boost::_mfi::mf2<void,session,const boost::system::error_code &,size_t>,boost::_bi::list3<boost::_bi::value<session *>,boost::arg<1>,boost::arg<2>>>
  18. ]
  19. c:\documents and settings\oozturk7\my documents\visual studio 2008\projects\infobayserver\infobayserver.cpp(72) : see reference to function template instantiation 'void boost::asio::basic_stream_socket<Protocol>::async_read_some<boost::asio::const_buffers_1,boost::_bi::bind_t<R,F,L>>(const MutableBufferSequence &,ReadHandler)' being compiled
  20. with
  21. [
  22. Protocol=boost::asio::ip::tcp,
  23. R=void,
  24. F=boost::_mfi::mf2<void,session,const boost::system::error_code &,size_t>,
  25. L=boost::_bi::list3<boost::_bi::value<session *>,boost::arg<1>,boost::arg<2>>,
  26. MutableBufferSequence=boost::asio::const_buffers_1,
  27. ReadHandler=boost::_bi::bind_t<void,boost::_mfi::mf2<void,session,const boost::system::error_code &,size_t>,boost::_bi::list3<boost::_bi::value<session *>,boost::arg<1>,boost::arg<2>>>
  28. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement