Skip to content

Commit d3d6842

Browse files
Update implementation status (#13)
1 parent 702bb45 commit d3d6842

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,4 @@ for (auto it = zip.begin(); it != zip.end(); it++) {}
121121
* Investigate possible documentation issue: [cp: no such file or directory](https://github.com/andreiavrammsd/cpp-zip/actions/runs/10673792787/job/29583324820)
122122
* Test
123123
* Analyze if LCOV_EXCL_LINE is needed
124-
* Finish tests
125-
* With std algorithms
126-
* Entire API in non-const and const context
127-
* iterator operations: +, -, +=, -=, ++ pre/post, --pre/post, std::prev/next/advance, begin() + size() - begin(), etc.
128-
* Empty container
129-
* Two arrays of different sizes
130-
* Two vectors of different sizes
131-
* One array and one empty vector
132-
* copy, move operations
133-
* Improve tests with unordered containers
124+
* Iterator operations: +, -, +=, -=, ++ pre/post, --pre/post, std::prev/next/advance, begin() + size() - begin(), etc.

0 commit comments

Comments
 (0)