This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/18698] [3.4/4.0 regression] Error message using "using" for code not using "using" ;-)


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]