Re: [cxx-abi-dev] Proposed ABI changes for new C++0x SFINAE rules
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cxx-abi-dev] Proposed ABI changes for new C++0x SFINAE rules



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