From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2007-11-16 19:42:46


Let's say I've got class A {...} and I've implemented operator<(A,A).

How can I export all the operators similarly to what boost::operators doing in
one shot?

Gennadiy