
19 Jul
2006
19 Jul
'06
1:07 a.m.
On 7/17/06, David Abrahams <dave@boost-consulting.com> wrote:
Christopher Eltschka <celtschk@web.de> writes:
David Abrahams schrieb:
Christopher Eltschka <celtschk@web.de> writes:
std::rel_ops is absolutely useless.
Why?
Because ADL will never find the operators for any type.
The idea is that you use 'using namespace std::rel_ops;' but then you're giving operator!=, >, <=, and >= to all classes in scope (which, arguably, is not as bad thing). Kevin Spinar