[fpc-devel] Unhelpful error message

Sven Barth pascaldragon at googlemail.com
Sun Dec 2 17:44:32 CET 2012


On 02.12.2012 17:11, Alexander Klenin wrote:
> 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.

This problem will be tackled once I'm working on nested specializations ;)

Regards,
Sven




More information about the fpc-devel mailing list