-
- Downloads
Improve most single character operators to help parsing
The main point of this change was to prevent constructions like cout << a << b; to be interpreted as cout << a < < b; which lead to parse error.
Loading
Please register or sign in to comment