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 bangerth at dealii dot org  2005-09-14 22:57 -------
Well, we've been tightening the compiler in many places. I consider this 
a particularly useless extension -- it's true that it doesn't hurt anyone, 
but it adds nothing whatsoever of value to the language. I would be very 
much surprised if more than a handful of people have ever used it, and I 
can't think of a reason why it would be undue to ask them to fix their 
codes. 
 
In the interest of sticking with the language standards and to simplify the 
compiler, I vote for removing the extension. Even documenting it seems a  
waste of time to me. 
 
W. 

-- 


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]