amalgamate

This commit is contained in:
Francois Chabot
2020-05-28 10:11:19 -04:00
parent 7ceb06baac
commit 897061c434
2 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ TEST_CASE("Custom iterator")
{
return *ptr;
}
bool operator!=(const MyIterator& rhs) const
{
return ptr != rhs.ptr;