------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-21 08:14 ------- (In reply to comment #2) > The error message shows 'using-declaration' while it > is actually an 'access-declaration' (section 11.3 in > the standard).
But it looks like GCC does not differentiate between them when reporting a bug. Also shouldn't we warn about access-declaration as they are deprecated? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18698