gcc and using declarations

Roman Belenov roman@nstl.nnov.ru
Tue Apr 11 03:54:00 GMT 2000


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

namespace p
{
        struct q { int i; };
};

using p::q;
q j;

gcc 2.95.2 barfs on 'using p::q' line.

-- 
 							With regards, Roman.



More information about the Gcc mailing list