For quite a long while C++ required space between closing `>` in nested 
templates like this `Foo<Bar<T> >`. Compact version `Foo<Bar<T>>` was not 
standards compliant because `>>` is right-shift operator.

Reply via email to