joakimkarlsson / igloo

A framework for unit testing in C++
Boost Software License 1.0
153 stars 32 forks source link

can't build #26

Closed wenwen12345 closed 2 years ago

wenwen12345 commented 2 years ago

fatal error: delete called on 'igloo::TestResultsOutput' that is abstract but has non-virtual destructor [-Wdelete-abstract-non-virtual-dtor]

kimgr commented 2 years ago

You may want to pull the branch for this PR, I recently pushed a bunch of fixes, for this issue among others: https://github.com/joakimkarlsson/igloo/pull/25