Changeset 1328:d51126dc39fa in lemon for lemon/radix_sort.h
- Timestamp:
- 04/02/15 13:36:16 (8 years ago)
- Branch:
- default
- Children:
- 1329:6516d9833517, 1331:043a787c3cee
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/radix_sort.h
r1270 r1328 329 329 Allocator allocator; 330 330 331 int length = st d::distance(first, last);331 int length = static_cast<int>(std::distance(first, last)); 332 332 Key* buffer = allocator.allocate(2 * length); 333 333 try {
Note: See TracChangeset
for help on using the changeset viewer.