You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should the standard consistently use either > > or >> with, for example, template argument lists within header synopsis's, examples, etc.? Currently (N3936) it seems to be a bit arbitrary.
Activity
jwakely commentedon Jul 4, 2014
The vast majority still uses a space, because it predates C++11.
garfen commentedon Jul 4, 2014
Is it supposed to stay that way, that things that predates C++11 should use space? What about things that was introduced in C++11 and uses space?
Thanks.
FrankHB commentedon Jul 5, 2014
Like
typedef-name
declarations vs.alias-declaration
s?[lib] Modernize closing template brackets (#1008)