Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix parse error in tutorial by introducing slightly stricter rules ab…
…out when parens are required around the < and > operators. Now they are required anytime these operators appear within arguments to << and >> (before they were not required if they were not within the immediate arguments, which was ambiguous in cases like (a && b > c > d > e)).
- Loading branch information