gcc and using declarations

Roman Belenov roman@nstl.nnov.ru
Tue Apr 11 04:01:00 GMT 2000


Roman Belenov <roman@nstl.nnov.ru> writes:

> Does latest CVS gcc support using declarations, so that I can write
---- skipped -------

Sorry, I misunderstood a piece of code I dealt with (I'm porting another's
code initially written under Visual C++); using declaration was used
to use class declared in another class, like

class A
{
        class B;
}

using A::B;
B b;

Does latest gcc support it ?

-- 
 							With regards, Roman.



More information about the Gcc mailing list