mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
Fix buffers_adapter iterator value type
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
Version 173:
|
Version 173:
|
||||||
|
|
||||||
* Remove Autobahn testsuite doc note
|
* Remove Autobahn testsuite doc note
|
||||||
|
* Fix buffers_adapter iterator value type
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ class buffers_adapter<MutableBufferSequence>::
|
|||||||
buffers_adapter const* ba_;
|
buffers_adapter const* ba_;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
using value_type = boost::asio::mutable_buffer;
|
using value_type = boost::asio::const_buffer;
|
||||||
|
|
||||||
class const_iterator;
|
class const_iterator;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user