diff --git a/README.md b/README.md index 3e28c90..babf1c9 100644 --- a/README.md +++ b/README.md @@ -122,3 +122,4 @@ for (auto it = zip.begin(); it != zip.end(); it++) {} * Test * Analyze if LCOV_EXCL_LINE is needed * Iterator operations: +, -, +=, -=, ++ pre/post, --pre/post, std::prev/next/advance, begin() + size() - begin(), etc. +change