Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 176 Bytes

readability-constructors.md

File metadata and controls

7 lines (4 loc) · 176 Bytes

Pattern: DISALLOW macro not at class end

Issue: -

Description

DISALLOW_COPY_AND_ASSIGN or DISALLOW_IMPLICIT_CONSTRUCTORS macro should be the last thing in the class.