I\'m wondering why I can\'t use STL maps with user-defined classes. When I compile the code below, I get the following cryptic error message. What does it mean? Also, why is
Keys must be comparable, but you haven't defined a suitable operator< for your custom class.
operator<