
30 Mar
2009
30 Mar
'09
8:37 a.m.
Hello,
I have two vectors and want to random_shuffle them the same way
using the zip_iterator. I thought the code below would do it,
but when I execute it I see that both sequences get screwded up.
What do I wrong?
Best regards,
andreas
#include <vector>
#include