mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-23 21:45:46 -04:00
![]() Various changes: test/std/algorithms/alg.sorting/alg.binary.search/binary.search/binary_search.pass.cpp Change M from unsigned to int. It's compared against "int x", and we binary_search() for it within a vector<int>. test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/eval.pass.cpp test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/eval_param.pass.cpp Add static_cast<unsigned> when comparing int to unsigned. test/std/strings/basic.string/string.cons/size_char_alloc.pass.cpp Change unsigned indices to int when we're being given int as a bound. llvm-svn: 287825 |
||
---|---|---|
.. | ||
alg.binary.search | ||
alg.clamp | ||
alg.heap.operations | ||
alg.lex.comparison | ||
alg.merge | ||
alg.min.max | ||
alg.nth.element | ||
alg.permutation.generators | ||
alg.set.operations | ||
alg.sort | ||
nothing_to_do.pass.cpp |