mirror of
https://github.com/nlohmann/json.git
synced 2026-05-23 06:35:32 +00:00
added custom input to readme
This commit is contained in:
@@ -98,6 +98,7 @@ TEST_CASE("Custom iterator")
|
||||
{
|
||||
return *ptr;
|
||||
}
|
||||
|
||||
bool operator!=(const MyIterator& rhs) const
|
||||
{
|
||||
return ptr != rhs.ptr;
|
||||
|
||||
Reference in New Issue
Block a user