
29 Jun
2007
29 Jun
'07
1:16 a.m.
Ah, I see...but duplicating the argument using a macro might work, like this:
#define MEMBER(MemPtr) member<get_details<MemPtr>::class_type, get_details<MemPtr>::member_type, MemPtr>
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