mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Merge pull request #119 from niun/patch-1
Fix: unequal parantheses in example
This commit is contained in:
commit
868145943c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user