Skip to content

Commit b12b845

Browse files
authored
Merge pull request #13554 from ethereum/code-style-rule-for-std-qualifier
Add code style rule for std:: qualifier
2 parents d0103b5 + c2a9e36 commit b12b845

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CODING_STYLE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ To set indentation and tab width settings uniformly, the repository contains an
5555
3. All symbols should be declared in a namespace except for final applications.
5656
4. Use anonymous namespaces for helpers whose scope is a cpp file only.
5757
5. Preprocessor symbols should be prefixed with the namespace in all-caps and an underscore.
58+
6. Do not use `std::` qualifier in cpp files (see 2.), except for `std::move`, which will otherwise cause the `check_style` step to fail.
5859
5960
Only in the header:
6061
```cpp

0 commit comments

Comments
 (0)