summaryrefslogtreecommitdiff
path: root/boost/beast/http/detail/rfc7230.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/beast/http/detail/rfc7230.hpp')
-rw-r--r--boost/beast/http/detail/rfc7230.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/beast/http/detail/rfc7230.hpp b/boost/beast/http/detail/rfc7230.hpp
index fdabc1a4d6..fac6790579 100644
--- a/boost/beast/http/detail/rfc7230.hpp
+++ b/boost/beast/http/detail/rfc7230.hpp
@@ -352,8 +352,8 @@ increment()
{
it = first;
};
- v.first.clear();
- v.second.clear();
+ v.first = {};
+ v.second = {};
detail::skip_ows(it, last);
first = it;
if(it == last)