forked from boostorg/beast
@@ -1200,15 +1200,6 @@ destroy(list_type& list) noexcept
|
|||||||
destroy(*it++);
|
destroy(*it++);
|
||||||
}
|
}
|
||||||
|
|
||||||
template<class Allocator>
|
|
||||||
void
|
|
||||||
basic_multi_buffer<Allocator>::
|
|
||||||
destroy(const_iter it)
|
|
||||||
{
|
|
||||||
auto& e = list_.erase(it);
|
|
||||||
destroy(e);
|
|
||||||
}
|
|
||||||
|
|
||||||
template<class Allocator>
|
template<class Allocator>
|
||||||
void
|
void
|
||||||
basic_multi_buffer<Allocator>::
|
basic_multi_buffer<Allocator>::
|
||||||
|
Reference in New Issue
Block a user