Merge pull request #119 from niun/patch-1

Fix: unequal parantheses in example
pull/121/head
Gabriel Dos Reis 10 years ago
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…
Cancel
Save