Marshall Clow
|
b6e011b18b
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
|
6 years ago |
Marshall Clow
|
d36fc70220
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.
|
6 years ago |
JF Bastien
|
e15dd4e32e
Support tests in freestanding
|
6 years ago |
Chandler Carruth
|
7c3769df62
Update more file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Rachel Craik
|
24047fd4a7
Remove addtional parameters in function std::next() and std::prev()
|
8 years ago |
Marshall Clow
|
9e6b540dad
Make next/prev/advance/distance operations on iterators be constexpr. I missed this when I implemented the rest of P0031R0
|
8 years ago |
Marshall Clow
|
e9ef988b08
Implement LWG#2353: std::next is over-constrained
|
9 years ago |
Eric Fiselier
|
a90c6dd460
Move test into test/std subdirectory.
|
10 years ago |