Ben Young <[EMAIL PROTECTED]> writes: > Recently at our company we had a couple of bugs relating to people > incorrectly writing comparison operators, so I came up with this little > helper. It is very trivial, but useful none the less as bogus comparison > operators can be the cause of many bugs. > > Obviously it could be improved to take a predictate of some kind and > checged to use the boost pre-processor library, but, otherwise, is anyone > interested
Did you ever consider using make_tuple(x1, y1, z1) < make_tuple(x2, y2, z2) ? -- David Abrahams [EMAIL PROTECTED] * http://www.boost-consulting.com Boost support, enhancements, training, and commercial distribution _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost