catch2/extras
Chris Thrasher 05786fa7ec
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.
2024-01-14 23:33:51 +01:00
..
Catch.cmake Catch.cmake: Support CMake multi-config with PRE_TEST discovery mode (#2739) 2023-09-25 19:40:35 +02:00
CatchAddTests.cmake correct argument references in CatchAddTests.cmake 2023-09-20 15:47:11 +02:00
CatchShardTests.cmake Fixed extras installation and shard impl location 2023-03-14 18:31:38 +01:00
CatchShardTestsImpl.cmake Fix references to license file 2022-10-28 11:30:15 +02:00
ParseAndAddCatchTests.cmake Add deprecation warning in ParseAndCatchTests 2021-05-09 18:05:25 +02:00
catch_amalgamated.cpp v3.5.1 2023-12-31 15:15:04 +01:00
catch_amalgamated.hpp Remove redundant destructors 2024-01-14 23:33:51 +01:00
gdbinit Rename contrib/ to extras/ 2019-12-05 16:24:57 +01:00
lldbinit Rename contrib/ to extras/ 2019-12-05 16:24:57 +01:00