5 bool operator()(int a
, int b
) {
6 // We need the "+ 1" here to force this operator() to be a
7 // different size than the one in odr_violation1.cc.
12 void SortDescending(int array
[], int size
) {
13 std::sort(array
, array
+ size
, Ordering());