forked from boostorg/beast
Fix buffers_adapter iterator value type
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Version 173:
|
||||
|
||||
* Remove Autobahn testsuite doc note
|
||||
* Fix buffers_adapter iterator value type
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@@ -28,7 +28,7 @@ class buffers_adapter<MutableBufferSequence>::
|
||||
buffers_adapter const* ba_;
|
||||
|
||||
public:
|
||||
using value_type = boost::asio::mutable_buffer;
|
||||
using value_type = boost::asio::const_buffer;
|
||||
|
||||
class const_iterator;
|
||||
|
||||
|
Reference in New Issue
Block a user