About
Contact
QtCreator
KDevelop
Solarized
line #s on
1
struct
A
{
2
int
a
=
47
;
3
virtual
~A
();
4
};
5
6
A
::
~A
() =
default
;
7
Definitions
A
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more