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.