
17 Jan
2006
17 Jan
'06
3:38 p.m.
"Tobias Schwinger" <tschwinger@neoscientists.org> wrote
Most unfortunately the function pointer is not the problem, here. Same problem, except that T should now be:
action<anychar_parser, functor>
...and MSVC still won't tell us ;-).
Can you take the expression whose typeof you are trying to take, and just pass it into: template<class T> void foo(const T&) {} If it still fails, binding is the problem. We will not solve the problem this way, but we'll at least classify it... Regards, Arkadiy