17 Nov
2007
17 Nov
'07
5:21 a.m.
David Abrahams
writes: on Fri Nov 16 2007, Gennadiy Rozental
wrote: 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?
Write a function template that exports each one, then use that over and over.
HTH,
Why can't this be done inside the library. This looks like it should have some demand. Gennadiy