Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 199 Bytes

2021-10-20-fix-the-non-compiler-generated-memberfunction-is-not-defaulted.md

File metadata and controls

3 lines (2 loc) · 199 Bytes
  • A12-0-1 - MissingSpecialMemberFunction.ql
    • Fixes #386 - declaring a default constructor (e.g. Foo() = default) flagged as non-compliant so the rule will produce fewer false negatives.