Date
2005-11-29.00:00:00
Message id
2969

Content

Where possible, tuple comparison operators <,<=,=>, and > ought to be defined in terms of std::less rather than operator<, in order to support comparison of tuples of pointers.