$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Chikulaev (pavel.chikulaev_at_[hidden])
Date: 2005-04-08 05:30:31
"Pavel Chikulaev" <pavel.chikulaev_at_[hidden]> wrote in message
news:d345s3$egm$1_at_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));