You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ASpell and ATarget dont have virtual destructors the submission fails as expected, however the trace provided is incorrect
Expected :
cpp_module01/main.cpp:21:3: error: delete called on non-final 'Fwoosh' that has virtual functions but non-virtual destructor [-Werror,-Wdelete-non-abstract-non-virtual-dtor]
delete fwoosh;
Received
<--------------~-~-~-~-~-~-~-~-~------------>
Richard: This looks like another boring day.$
Richard: I am Richard, the Titled!$
Target Practice Dummy has been fwooshed!$
Richard: My job here is done!$
\n
<--------------~-~-~-~-~-~-~-~-~------------>\n\n
<--------------~-~-~-~-~-~-~-~-~------------>
Richard: This looks like another boring day.$
Richard: I am Richard, the Titled!$
Target Practice Dummy has been fwooshed!$
\n
<--------------~-~-~-~-~-~-~-~-~------------>
The text was updated successfully, but these errors were encountered:
When ASpell and ATarget dont have virtual destructors the submission fails as expected, however the trace provided is incorrect
Expected :
Received
The text was updated successfully, but these errors were encountered: