[Bug c++/22227] New: g++ 4.0.0 has issues with the typedef of reference

2005-06-28 Thread jcurran2 at uiuc dot edu
G++ thinks that a nested type is a nested class and it expects a constructor, destructor, or type conversion before the object referenced in the class is processed when compiling a function of a nested type defined in the header file of a templated class. Header file below //C++ STL classes

Re: [Bug c++/22227] New: g++ 4.0.0 has issues with the typedef of reference

2005-06-28 Thread Gabriel Dos Reis
jcurran2 at uiuc dot edu [EMAIL PROTECTED] writes: | G++ thinks that a nested type is a nested class and it expects a constructor, | destructor, or type conversion before the object referenced in the class is | processed when compiling a function of a nested type defined in the header file |