added custom input to readme

This commit is contained in:
Francois Chabot 2020-05-28 03:13:39 -04:00
parent a4f1cf4d00
commit 3a91a05db6
2 changed files with 51 additions and 1 deletions

View file

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