mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-21 21:06:11 +01:00
05786fa7ec
Classes will automatically inherit the virtual-ness of their base class destructors. If the base class already has a virtual destructor and the derived class needs default destructor semantics then the derived class can omit defining the destructor in favor of the compiler automatically defining it. This has an additional benefit of reenabling move semantics. The presence of a user-specified destructor automatically disables move operations. |
||
---|---|---|
.. | ||
catch_amalgamated.cpp | ||
catch_amalgamated.hpp | ||
Catch.cmake | ||
CatchAddTests.cmake | ||
CatchShardTests.cmake | ||
CatchShardTestsImpl.cmake | ||
gdbinit | ||
lldbinit | ||
ParseAndAddCatchTests.cmake |