style: use = default for empty destructors#159
style: use = default for empty destructors#159TingleDinkle wants to merge 1 commit intozeldaret:masterfrom
Conversation
|
The mapObjectLink change should be semantically equivalent but unfortunately that appears to change codegen |
Fascinating, I didn't realize the older Clang compiler was that literal about the stray semicolon in { ; }! Thanks for explaining the codegen shift, it makes total sense now. I was wondering since yesterday about this |
Small style cleanup — use
= defaultfor empty destructors in matching code.Changes
= default= defaultThis change is