This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
iterators
/
iterator.primitives
History
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.basic
Support tests in freestanding
2019-02-04 20:31:13 +00:00
iterator.operations
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.traits
Support tests in freestanding
2019-02-04 20:31:13 +00:00
std.iterator.tags
Support tests in freestanding
2019-02-04 20:31:13 +00:00
nothing_to_do.pass.cpp
Support tests in freestanding
2019-02-04 20:31:13 +00:00