blob: 301449c4ac2194a4a14e4d0930ec6484b09654aa (
plain)
1
2
3
4
5
6
|
In file included from missing_ctor.cpp:5:
./missing_ctor.h:11:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line constructor.
class MissingCtorsArentOKInHeader {
^
./missing_ctor.h:11:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line destructor.
2 warnings generated.
|