mirror of
https://github.com/boostorg/json.git
synced 2026-02-13 12:32:12 +00:00
Better is_equal
This commit is contained in:
@@ -127,7 +127,7 @@ monotonic_resource::
|
||||
do_is_equal(
|
||||
memory_resource const& mr) const noexcept
|
||||
{
|
||||
return false;
|
||||
return this == &mr;
|
||||
}
|
||||
|
||||
} // json
|
||||
|
||||
Reference in New Issue
Block a user