[fpc-devel] Unhelpful error message
Alexander Klenin
klenin at gmail.com
Sun Dec 2 17:11:39 CET 2012
On Sun, Dec 2, 2012 at 6:21 PM, Sven Barth <pascaldragon at googlemail.com> 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.
More information about the fpc-devel
mailing list