29 Jun
2007
29 Jun
'07
7:16 a.m.
Ah, I see...but duplicating the argument using a macro might work, like this:
#define MEMBER(MemPtr) member
Umm... no, not quite so. MemPtr is a non-type parameter, so you'd have to write:
Of course...I was probably too tired yesterday :-) Thanks for explaining. Cheers, Filip