$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Partial Sort and Partition with Ranges [was: Boostcon Keynote available]
From: Andrei Alexandrescu (andrei_at_[hidden])
Date: 2009-08-05 14:06:35
Andrei Alexandrescu wrote:
> partition requires bidirectional ranges but if you pass a random-access
> range it gives you back a portion of it, which is also a random-access
> range.
s/bidirectional/forward/
Andrei