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++/15214] Warning non-virtual-dtor too strict


------- Additional Comments From bangerth at dealii dot org  2004-05-11 19:23 -------
Ah, ok. Basically what you do is to mark the class "final", i.e. no 
other class can derive from it. I think your claim then makes sense. 
 
W. 

-- 


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


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