svn-id: r30376
This commit is contained in:
Max Horn 2008-01-10 12:22:15 +00:00
parent 6b372d97ee
commit becce923fc

View File

@ -109,7 +109,7 @@ Op for_each(In first, In last, Op f) {
return f;
}
// Simple sort function, modelled after std::sort.
// Simple sort function, modeled after std::sort.
// Use it like this: sort(container.begin(), container.end()).
// Also work on plain old int arrays etc.
template<class T>