Go ahead, I, the mighty, wonderful, beautiful, athletic C++ will answer all your questions!
Name:
Anonymous2012-02-18 4:14
So some containers require overloading an operator to use them (operator<) and some require template specialization fuckery with hash_code or whatever. Why the inconsistency? Surely they should all use the same mechanism (regardless of the exact operator or template specialized).