Synopsis: | Do not use identifiers that contain two or more underscores in a row |
Language: | C++ |
Severity Level: | 1 |
Category: | Naming |
Description: |
Identifier names which contain two or more underscores in a row are reserved for compiler specific identifiers. Exception: extern variables are excluded from this rule. |