Home | Info | Community | Development | myReactOS | Contact Us
[inline]
Definition at line 203 of file test_algo.cpp.
{ EH_STD::stable_sort( buf.begin(), buf.end(), EH_STD::less<SortClass>() ); assert_sorted_version( orig, buf ); }