On 07/15/2010 01:56 PM, David Vandevoorde wrote: > ! template<class T> auto f(T p)->decltype(p->x)::Y; > ! // The return type in the mangling of the template signature > ! // is encoded as "NDTptfp_1xE1YE". Shouldn't this one use Dt rather than DT, too? Jason