0
2
0
... | ... |
@@ -2,7 +2,7 @@ |
2 | 2 |
* |
3 | 3 |
* This file is a part of LEMON, a generic C++ optimization library. |
4 | 4 |
* |
5 |
* Copyright (C) 2003- |
|
5 |
* Copyright (C) 2003-2009 |
|
6 | 6 |
* Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport |
7 | 7 |
* (Egervary Research Group on Combinatorial Optimization, EGRES). |
8 | 8 |
* |
... | ... |
@@ -348,7 +348,7 @@ |
348 | 348 |
sizeof(Value) - 1, functor); |
349 | 349 |
std::copy(buffer + length, buffer + 2 * length, first); |
350 | 350 |
} else { |
351 |
signedStableRadixIntroSort(buffer + length, buffer + 2 * length, |
|
351 |
signedStableRadixIntroSort(buffer + length, buffer + 2 * length, |
|
352 | 352 |
buffer, sizeof(Value) - 1, functor); |
353 | 353 |
std::copy(buffer, buffer + length, first); |
354 | 354 |
} |
... | ... |
@@ -360,7 +360,7 @@ |
360 | 360 |
} |
361 | 361 |
|
362 | 362 |
template <typename Value, typename Iterator, typename Functor> |
363 |
void stableRadixUnsignedSort(Iterator first, Iterator last, |
|
363 |
void stableRadixUnsignedSort(Iterator first, Iterator last, |
|
364 | 364 |
Functor functor) { |
365 | 365 |
if (first == last) return; |
366 | 366 |
typedef typename std::iterator_traits<Iterator>::value_type Key; |
... | ... |
@@ -2,7 +2,7 @@ |
2 | 2 |
* |
3 | 3 |
* This file is a part of LEMON, a generic C++ optimization library. |
4 | 4 |
* |
5 |
* Copyright (C) 2003- |
|
5 |
* Copyright (C) 2003-2009 |
|
6 | 6 |
* Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport |
7 | 7 |
* (Egervary Research Group on Combinatorial Optimization, EGRES). |
8 | 8 |
* |
0 comments (0 inline)