michael@0: In file included from missing_ctor.cpp:5: michael@0: ./missing_ctor.h:11:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line constructor. michael@0: class MissingCtorsArentOKInHeader { michael@0: ^ michael@0: ./missing_ctor.h:11:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line destructor. michael@0: 2 warnings generated.