
12 Nov
2007
12 Nov
'07
9:35 a.m.
On Nov 12, 2007 2:43 AM, Ben Bear <benbearchen@gmail.com> 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