[C++ RFC/Patch] PR 34938

Paolo Carlini paolo.carlini@oracle.com
Sat Aug 23 07:16:00 GMT 2014


.. on the other hand, the below is a case which my patchlet, which 
simply tracks pointers, does *not* handle correctly:

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.



More information about the Gcc-patches mailing list