[libcxx] [test] Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12.
Change unsigned to int in parameters.
Paths
| Differential D27015
[libcxx] [test] Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12. ClosedPublic Authored by STL_MSFT on Nov 22 2016, 4:46 PM.
Details
Summary [libcxx] [test] Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12. Change unsigned to int in parameters.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Nov 22 2016, 10:44 PM
Revision Contents
Diff 78982 test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap.pass.cpp
test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap.pass.cpp
test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap_comp.pass.cpp
test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap.pass.cpp
test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap_comp.pass.cpp
test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap.pass.cpp
test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap_comp.pass.cpp
test/std/algorithms/alg.sorting/alg.min.max/max_element.pass.cpp
test/std/algorithms/alg.sorting/alg.min.max/max_element_comp.pass.cpp
test/std/algorithms/alg.sorting/alg.min.max/min_element.pass.cpp
test/std/algorithms/alg.sorting/alg.min.max/min_element_comp.pass.cpp
test/std/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp
test/std/algorithms/alg.sorting/alg.min.max/minmax_element_comp.pass.cpp
test/std/algorithms/alg.sorting/alg.nth.element/nth_element.pass.cpp
test/std/algorithms/alg.sorting/alg.nth.element/nth_element_comp.pass.cpp
test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy.pass.cpp
test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy_comp.pass.cpp
test/std/algorithms/alg.sorting/alg.sort/partial.sort/partial_sort.pass.cpp
test/std/algorithms/alg.sorting/alg.sort/partial.sort/partial_sort_comp.pass.cpp
test/std/algorithms/alg.sorting/alg.sort/sort/sort.pass.cpp
test/std/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort.pass.cpp
|