Hi all,
I have a problem.
What is the best way to get a type TC from a type T where
T is int(foo::*)(char)
and
TC is int(foo::*)(char) const
I have tried
typdef T const TC
but with no success.
Thanks
Marco
--
[ See http://www.gotw.ca/resources/clcm.htm
for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]