catch2/src
Chris Thrasher a5245ac76b
Remove redundant destructors
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.
2023-12-30 18:56:54 -07:00
..
catch2 Remove redundant destructors 2023-12-30 18:56:54 -07:00
CMakeLists.txt Make compiler flags for reproducible builds optional 2023-12-28 00:41:54 +01:00