This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
93f15c922f
llvm-project
/
libcxx
/
test
/
std
/
iterators
/
iterator.primitives
/
iterator.operations
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
..
advance.pass.cpp
Support tests in freestanding
2019-02-04 20:31:13 +00:00
distance.pass.cpp
Support tests in freestanding
2019-02-04 20:31:13 +00:00
next.pass.cpp
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
prev.pass.cpp
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