Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
As a side note: It seems this test case actually reveals that we don't import the body of Foo's destructor?
test/Import/cxx-default-init-expr/Inputs/S.cpp:1:8: inline function 'Foo::~Foo' is not defined struct Foo { ^ test/Import/cxx-default-init-expr/Inputs/S.cpp:5:8: used here struct S { ^
This doesn't make the test itself fail, so I'll fix this in an upcoming patch.
Comment Actions
Thanks!
As a side note: It seems this test case actually reveals that we don't import the body of Foo's destructor?
This is strange. If you manage to find the reason, please notify us!