Skip to content
Snippets Groups Projects
Unverified Commit 21d746e8 authored by Tushar Maheshwari's avatar Tushar Maheshwari Committed by GitHub
Browse files

Remove explicit default destructors (#157)


From CppCoreGuidelines:

Rule of Zero: C.20: If you can avoid defining default operations, do.
C.52: Use inheriting constructors to import constructors into a derived class that does not need further explicit initialization.
DRY forward and using declarations.
Miscellaneous:

Fix format.sh to output examples with normalised paths in sorted order.

Co-authored-by: default avatarArthurSonzogni <sonzogniarthur@gmail.com>
parent b3a333b4
Branches
No related tags found
No related merge requests found
Showing
with 56 additions and 86 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment