diff options
Diffstat (limited to 'boost/beast/core/flat_static_buffer.hpp')
-rw-r--r-- | boost/beast/core/flat_static_buffer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/beast/core/flat_static_buffer.hpp b/boost/beast/core/flat_static_buffer.hpp index 141ae552c1..c8eae90945 100644 --- a/boost/beast/core/flat_static_buffer.hpp +++ b/boost/beast/core/flat_static_buffer.hpp @@ -52,7 +52,7 @@ public: This buffer sequence is guaranteed to have length 1. */ - 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. |