Skip to content

Commit ca92a74

Browse files
Update coding guidelines policy for include guards
1 parent c01d28a commit ca92a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CODING_GUIDELINES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Example:
372372

373373
## 8. Include guard
374374

375-
`#pragma once` should be used instead of "include guard" in new code:
375+
`#pragma once` must be used instead of a "classic include guard":
376376

377377
```c++
378378
// examplewidget.h

0 commit comments

Comments
 (0)