Mir

Comment 12 for bug 1201246

Revision history for this message
In , Paolo-carlini (paolo-carlini) wrote :

This doesn't compile, for example:

struct B
{
  ~B();
};

B::~B() { }