clang-tidy: default virtual destructors
Found with cppcoreguidelines-special-member-functions Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
||||
/**
|
||||
* Free instance data.
|
||||
*/
|
||||
virtual ~NeighborExplorer() noexcept {}
|
||||
virtual ~NeighborExplorer() noexcept = default;
|
||||
|
||||
/**
|
||||
* Start exploring the neighborhood.
|
||||
|
Reference in New Issue
Block a user