Stephan T. Lavavej
6b1ae9b854
[libcxx] [test] Strip trailing whitespace, NFC.
...
llvm-svn: 324959
2018-02-12 22:54:35 +00:00
Marshall Clow
1b9a4ffd6b
Still more P0202 constexpr-ifying. This batch is: for_each/for_each_n/lexicographical_compare
...
llvm-svn: 323147
2018-01-22 20:44:33 +00:00
Stephan T. Lavavej
5984426f91
[libcxx] [test] Strip trailing whitespace. NFC.
...
llvm-svn: 305848
2017-06-20 21:00:02 +00:00
Marshall Clow
d5c65ffa8d
Add non-parallel version of for_each_n (+tests) from the Parallelism TS
...
llvm-svn: 303833
2017-05-25 02:29:54 +00:00
Stephan T. Lavavej
e17a155c61
[libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", part 10/12.
...
Add static_cast<int>. In these cases, the values are guaranteed to be small-ish,
and they're being compared to int elements.
test/std/containers/sequences/deque/deque.capacity/access.pass.cpp
Use int instead of unsigned to iterate from 0 to 10.
llvm-svn: 288747
2016-12-06 01:13:29 +00:00
Eric Fiselier
5a83710e37
Move test into test/std subdirectory.
...
llvm-svn: 224658
2014-12-20 01:40:03 +00:00