diff options
Diffstat (limited to 'boost/beast/core/flat_buffer.hpp')
-rw-r--r-- | boost/beast/core/flat_buffer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/beast/core/flat_buffer.hpp b/boost/beast/core/flat_buffer.hpp index 0ccd16bc64..11a18fdcb4 100644 --- a/boost/beast/core/flat_buffer.hpp +++ b/boost/beast/core/flat_buffer.hpp @@ -84,7 +84,7 @@ public: using allocator_type = Allocator; /// The type used to represent the input sequence as a list of buffers. - using const_buffers_type = boost::asio::mutable_buffer; + using const_buffers_type = boost::asio::const_buffer; /// The type used to represent the output sequence as a list of buffers. using mutable_buffers_type = boost::asio::mutable_buffer; |