Changeset 3390 for trunk/test/utility.cc
- Timestamp:
- Mar 16, 2015, 8:49:21 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/utility.cc
r3322 r3390 548 548 utility::sort_index(iter, iter, vec); 549 549 550 // try with a random access container as well 550 // Try with a random access container as well. With random access 551 // there is no need to be copy constructible. 551 552 typedef boost::iterator_archetypes::readable_iterator_t access_type; 552 553 typedef boost::random_access_traversal_tag traversal_type;
Note: See TracChangeset
for help on using the changeset viewer.