This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++] Unreviewed patches


Nathan Sidwell wrote:

>> A little bit of DR224
>> http://gcc.gnu.org/ml/gcc-patches/2003-12/msg01722.html
>> ------------------------------------
>> struct B {
>>   typedef int K;
>> };
>>
>> template <class T> struct D : T {
>>   typedef typename D::K K2;
>> };
>> ------------------------------------

> I do not think this is valid.

Thank you Nathan, this matches my current understanding. I withdraw my patch
then, I have to test it again without the hunk that enabled this invalid code
to compile.

Giovanni Bajo



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]