Merge pull request #228 from strager/fix-dox

Fix typo in memory_resource docs
This commit is contained in:
Ion Gaztañaga
2022-12-11 20:41:41 +01:00
committed by GitHub

View File

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