I'm trying to compare two tuple instances of the same type (indirectlyby doing an == on std::set's of them), but this doesn't compile forme. The Tuple doc seems to indicate comparisons are supported. What amI missing? Thanks, --DD