Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,4 @@ for (auto it = zip.begin(); it != zip.end(); it++) {}
* Investigate possible documentation issue: [cp: no such file or directory](https://github.com/andreiavrammsd/cpp-zip/actions/runs/10673792787/job/29583324820)
* Test
* Analyze if LCOV_EXCL_LINE is needed
* Finish tests
* With std algorithms
* Entire API in non-const and const context
* iterator operations: +, -, +=, -=, ++ pre/post, --pre/post, std::prev/next/advance, begin() + size() - begin(), etc.
* Empty container
* Two arrays of different sizes
* Two vectors of different sizes
* One array and one empty vector
* copy, move operations
* Improve tests with unordered containers
* Iterator operations: +, -, +=, -=, ++ pre/post, --pre/post, std::prev/next/advance, begin() + size() - begin(), etc.
Loading