struct B { }; template <class T> struct A { }; A<void(B::*)()const>*p = 42;
should be fixable by complicating a bit the tracking, telling apart member pointers.
Paolo.
struct B { }; template <class T> struct A { }; A<void(B::*)()const>*p = 42;
should be fixable by complicating a bit the tracking, telling apart member pointers.
Paolo.