Classparser bugs

Denis Pershin dyp at inetlab.com
Tue Jun 15 01:45:12 BST 1999


>> For example is I have:
>> 
>> > class ITests {
>> >   IList(ITest) a;
>> > };
>> What exactly does this declaration mean?
>>
>
> 
>Does it mean
>
>class ITest;
>class ITests {
>	IList<ITest> a;
>};
>
>
>?

You are absolutely right... Not all compilers have templates. :-)))

-- 
Sincerely Yours,
Denis Y. Pershin

----------------------------------
E-Mail: dyp at inetlab.com
HomePage: http://www.software.ru/dyp/
FidoNet: 2:5000/120.5
----------------------------------



More information about the KDevelop mailing list