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++/50043] [C++0x] Implement core/1123


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

--- Comment #7 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-03-23 18:17:56 UTC ---
This doesn't compile, for example:

struct B
{
  ~B();
};

B::~B() { }


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