Don't perform an extra clear
This commit is contained in:
parent
79913e6759
commit
96e1e53cdd
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user