Changeset 3390 for trunk/test/utility.cc


Ignore:
Timestamp:
Mar 16, 2015, 8:49:21 AM (8 years ago)
Author:
Peter
Message:

extend comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/utility.cc

    r3322 r3390  
    548548    utility::sort_index(iter, iter, vec);
    549549
    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.
    551552    typedef boost::iterator_archetypes::readable_iterator_t access_type;
    552553    typedef boost::random_access_traversal_tag traversal_type;
Note: See TracChangeset for help on using the changeset viewer.