On Sun, Dec 2, 2012 at 6:21 PM, Sven Barth <[email protected]> wrote:
> On 02.12.2012 13:11, Henry Vermaak wrote:
> Yes, "<<" and ">>" are converted in scanner stage to "shl" and "shr" which
> will give me headaches once I want to support nested specializations
> (basically the same problem that C++ had):
>
> TTest<TTest<TObject>> // !!!
>
Ouch. I suggest to turn it off by default, with a new modeswitch to
turn back on if required.
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to