id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11184,boost::asio::async_read_until() not usable on (at least) VC++ 2013,anonymous,chris_kohlhoff,"parameter 2 of boost::asio::async_read_until is a boost::asio::basic_streambuf& - examples even show that you can declare a boost::asio::streambuf lvalue and pass it in. However, doing so and attempting to compile results in the following error: \boost\boost\asio\detail\buffer_sequence_adapter.hpp(111): error C2664: 'boost::asio::const_buffer::const_buffer(const boost::asio::const_buffer &)' : cannot convert argument 1 from 'const char' to 'const boost::asio::mutable_buffer &' 1> Reason: cannot convert from 'const char' to 'const boost::asio::mutable_buffer' 1> No constructor could take the source type, or constructor overload resolution was ambiguous 1> \boost\asio\detail\buffer_sequence_adapter.hpp(104) : while compiling class template member function 'boost::asio::detail::buffer_sequence_adapter::buffer_sequence_adapter(const Buffers &)'",Bugs,new,To Be Determined,asio,Boost 1.57.0,Problem,,,