$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Filip KonviÄka (filip.konvicka_at_[hidden])
Date: 2007-06-29 03:16:18
>> 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