Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace '> >' in templates with >>, NFC (#12615)
The problem with greedy lexing of >> as an operator was solved in C++11, and now templates no longer require spaces between >'s.
- Loading branch information