$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Giovanni Piero Deretta (gpderetta_at_[hidden])
Date: 2007-11-12 04:35:39
On Nov 12, 2007 2:43 AM, Ben Bear <benbearchen_at_[hidden]> wrote:
> [...]
> Another truth, it will exist a conflict between the
> gacap::next_permutation(first, middle, last) and
> std::next_permutation(first, last, comp).
>
This might be solvable via concepts in C++0x (or even sfinae in C++03
by detecting iteratorness)
-- gpd