@@ -41,7 +41,7 @@ void fake_member(base &instance, int value) {
}
struct derived: base {
- derived()
+ derived() = default;
: base{} {}
};