Re: specialization of member template
>> So are you saying I have to specialized T1 to make it work?
You can implement val() by delegation to an overloaded function or a
function of a er template that takes the two template parameters T1 and
T2 and is partially specialized as appropriate.
-- Marek
|