summaryrefslogtreecommitdiff
path: root/boost/beast/core/buffers_adapter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/beast/core/buffers_adapter.hpp')
-rw-r--r--boost/beast/core/buffers_adapter.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/beast/core/buffers_adapter.hpp b/boost/beast/core/buffers_adapter.hpp
index 0e0ce8b0c1..2000ce24bb 100644
--- a/boost/beast/core/buffers_adapter.hpp
+++ b/boost/beast/core/buffers_adapter.hpp
@@ -69,6 +69,8 @@ class buffers_adapter
{
}
+ iter_type end_impl() const;
+
public:
/// The type of the underlying mutable buffer sequence
using value_type = MutableBufferSequence;