About
Contact
QtCreator
KDevelop
Solarized
1
struct
A
{
2
int
a
=
47
;
3
virtual
~A
();
4
};
5
6
A
::
~A
() =
default
;
7