
8 Dec
2009
8 Dec
'09
10:40 a.m.
If you really want to support the "don't care" case for a return type, use has_operator_less<T, dont_care> where "dont_care" is a special placeholder type that you define (could use a better name though?).
I like the idea and the name, though perhaps "any" would work, too.
Doesn't that potentially get confused with boost::any ? John.