
8 Apr
2005
8 Apr
'05
10:30 a.m.
"Pavel Chikulaev" <pavel.chikulaev@gmail.com> wrote in message news:d345s3$egm$1@sea.gmane.org...
Then they can use std::sort(v.ptr_begin(), v.ptr_end(), std::greater<int>()(*_1, *_2)); Oops. I should be read as: std::sort(v.ptr_begin(), v.ptr_end(), bind(std::greater<int>(), *_1, *_2));