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++/14768] Bad diagnostics for call to dtor without object.


------- Additional Comments From giovannibajo at libero dot it  2004-03-30 01:06 -------
To clarify, it's legal code because of DR 272 which was approved with WP 
status. This makes it illegale in pure C++-98 but legal under C++-0x. Right now 
GCC is striving for C++-0x compatibility, but we will eventually have two 
different dialects (-std=c++0x or something).

-- 


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


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