#include #include using std::vector; using std::cout; struct MyStruct { MyStruct() {}; ~MyStruct() {}; double d {-3}; };