ca810e06d5
This also ensures that it does not violate std::sort() requirement on strict ordering, which is enforced in gcc/g++ though not in clang. std::sort() strict ordering requirement: std::sort() need a comparator that return true iff the first argument is strictly lower than the second one. That is: must return false when they are equal. Change-Id: I781cf4ed4125fcad212eba5430a264f3a3d71c16 |
||
---|---|---|
.. | ||
testdata | ||
packager_app.py | ||
packager_test.py | ||
test_env.py |