Fix typo in memory_resource docs

This commit is contained in:
Matthew "strager" Glazar
2022-08-17 02:11:11 -07:00
parent 71a162dafd
commit cae4b7cbc0

View File

@ -54,7 +54,7 @@ class memory_resource
{ return this->do_deallocate(p, bytes, alignment); }
//! <b>Effects</b>: Equivalent to
//! `return return do_is_equal(other);`
//! `return do_is_equal(other);`
bool is_equal(const memory_resource& other) const BOOST_NOEXCEPT
{ return this->do_is_equal(other); }