
Greetings,
I have no idea why the following code does not work. Seems to work fine
when I try sorting a vector of ints instead. I have even overloaded the
< operator. If I understand correctly, this is the only requirement to
sort a userdefined class. The compiler gets mad and spits out a a whole
bunch of errors.
thanx
#include "boost/tuple/tuple_io.hpp"
#include <vector>
#include <algorithm>
typedef boost::tuple