Browse Source

Merge pull request #13975 from FranciscoPombal/pragmatism_v2

Update coding guidelines policy for include guards
adaptive-webui-19844
Vladimir Golovnev 4 years ago committed by GitHub
parent
commit
7c48ba2f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CODING_GUIDELINES.md

2
CODING_GUIDELINES.md

@ -372,7 +372,7 @@ Example: @@ -372,7 +372,7 @@ Example:
## 8. Include guard
`#pragma once` should be used instead of "include guard" in new code:
`#pragma once` must be used instead of a "classic include guard":
```c++
// examplewidget.h

Loading…
Cancel
Save