hanchenye-llvm-project/libcxx/test/std/iterators
Marshall Clow e1cd11d80f Fix a minor bug with std::next and prev not and negative numbers. In particular, std::prev cannot require Bidirectional Iterators, because you might 'go back' -1 places, which goes forward. Thanks to Ville and Jonathan for the bug report.
llvm-svn: 356818
2019-03-22 22:32:20 +00:00
..
iterator.container Implement the second part of P1227R2 - Signed ssize() functions. Reviewed as https://reviews.llvm.org/D58642 2019-02-27 02:58:56 +00:00
iterator.primitives Fix a minor bug with std::next and prev not and negative numbers. In particular, std::prev cannot require Bidirectional Iterators, because you might 'go back' -1 places, which goes forward. Thanks to Ville and Jonathan for the bug report. 2019-03-22 22:32:20 +00:00
iterator.range Support tests in freestanding 2019-02-04 20:31:13 +00:00
iterator.requirements Support tests in freestanding 2019-02-04 20:31:13 +00:00
iterator.synopsis Support tests in freestanding 2019-02-04 20:31:13 +00:00
iterators.general Support tests in freestanding 2019-02-04 20:31:13 +00:00
predef.iterators Support tests in freestanding 2019-02-04 20:31:13 +00:00
stream.iterators Support tests in freestanding 2019-02-04 20:31:13 +00:00