mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
Don't perform an extra clear
This commit is contained in:
@ -136,8 +136,6 @@ basic_headers(basic_headers&& other)
|
||||
, detail::basic_headers_base(
|
||||
std::move(other.set_), std::move(other.list_))
|
||||
{
|
||||
other.list_.clear();
|
||||
other.set_.clear();
|
||||
}
|
||||
|
||||
template<class Allocator>
|
||||
|
Reference in New Issue
Block a user