mirror of
https://github.com/nlohmann/json.git
synced 2026-02-13 13:02:22 +00:00
amalgamate
This commit is contained in:
@@ -98,7 +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