This rule is Obsolete | |
Synopsis: | Use a consistent order in various kinds of class members |
Language: | C++ |
Severity Level: | 9 |
Category: | Style |
Description: |
Prefer the following order in each section (all items are optional, also see [STY#001]):
Note that friend declarations are part of the public interface. |