Skip to content

[test] check whether default-constructed forward iterators compare equal

Martin Nolte requested to merge feature/test-comparison-of-forward-iterator into master

Since C++14, default-constructed forward iterators are specified as the end iterator of the same, empty sequence. Hence, they should compare equal. This patch enhances our test accordingly.

Merge request reports