This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/18698] [3.4/4.0 regression] Error message using "using" for code not using "using" ;-)
- From: "lerdsuwa at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Dec 2004 15:34:31 -0000
- Subject: [Bug c++/18698] [3.4/4.0 regression] Error message using "using" for code not using "using" ;-)
- References: <20041128004431.18698.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-12-23 15:34 -------
The error message shows 'using-declaration' while it
is actually an 'access-declaration' (section 11.3 in
the standard).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18698