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++/16782] Accepts qualified member function declaration in class


------- Additional Comments From giovannibajo at libero dot it  2004-08-16 00:25 -------
[dcl.meaning]/1: "A declarator-id shall not be qualified except for the 
definition of a member function (9.3) or static data member (9.4) or nested 
class (9.7) outside of its class, the definition or explicit instantiation of a 
function, variable or class member of a namespace outside of its namespace, or 
the definition of a previously declared explicit specialization outside of its 
namespace, or the declaration of a friend function that is a member of another 
class or namespace."

Confirmed, not a regression.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |accepts-invalid
      Known to fail|                            |2.95.3 3.0.4 3.2.3 3.3.3
                   |                            |3.4.0 3.5.0
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-16 00:25:30
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16782


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