On page 129 (Conditional Operator):
"If the result is a scalar value, the second expression, expr2, is evaluated if
the result compares equal to 0; otherwise the third expression, expr3, is
evaluated."
This is the exact opposite of the usual ?: semantics. I guess it should say
"compares UNequal to 0" instead.
Original issue reported on code.google.com by emil.sty...@gmail.com on 11 Aug 2011 at 1:03
Original issue reported on code.google.com by
emil.sty...@gmail.com
on 11 Aug 2011 at 1:03