🚨 fix warnings

This commit is contained in:
Niels Lohmann
2020-06-06 14:30:17 +02:00
parent 7444c7fa25
commit bf2e714e96
8 changed files with 163 additions and 142 deletions

View File

@@ -87,7 +87,6 @@ TEST_CASE("Custom iterator")
using reference = const char&;
using iterator_category = std::input_iterator_tag;
MyIterator& operator++()
{
++ptr;
@@ -117,6 +116,4 @@ TEST_CASE("Custom iterator")
CHECK(as_json.at(3) == 4);
}
}
} // namespace