mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Merge pull request #119 from niun/patch-1
Fix: unequal parantheses in example
This commit is contained in:
@@ -11543,7 +11543,7 @@ Hungarian notation is evil (at least in a strongly statically-typed language).
|
||||
|
||||
struct S {
|
||||
int m_;
|
||||
S(int m) :m_{abs(m)) { }
|
||||
S(int m) :m_{abs(m)} { }
|
||||
};
|
||||
|
||||
This is not evil.
|
||||
|
||||
Reference in New Issue
Block a user