1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-01 16:14:46 +02:00
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
..
2023-12-31 15:15:04 +01:00
2019-12-05 16:24:57 +01:00
2019-12-05 16:24:57 +01:00