Jonas Maebe <jo...@freepascal.org> schrieb am So., 19. Mai 2019, 13:29:

> On 19/05/2019 13:25, Sven Barth via fpc-devel wrote:
> > And don't get me started about ">>". That one is going to annoy me
> > enough once I add support for nested specializations -.-
>
> Current C++ standards requires a space between the two > signs for
> nested templates, so I think it would be fine if we were to require that
> as well. Although I supposed that would be Delphi-incompatible...
>

If with "current" you mean pre-C++11 then you are right. With C++11 they
explicitly redefined it so that ending the specialization takes precedence
over the operator.

Regards,
Sven

>
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to