2
0
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:
Vinnie Falco
2020-04-05 15:36:33 -07:00
parent ab00f37499
commit 3404eed7df
3 changed files with 5 additions and 5 deletions

View File

@@ -127,7 +127,7 @@ monotonic_resource::
do_is_equal(
memory_resource const& mr) const noexcept
{
return false;
return this == &mr;
}
} // json