bug report
Eva Brucherseifer
eva at kde.org
Mon Jan 22 11:21:11 GMT 2001
Hi Daniel,
as far as I know, this is already fixed in current CVS (kdevelop 1.4).
Yours,
eva
On Monday 22 January 2001 12:04, you wrote:
> Priority low
> Severity normal
>
> Class viewer doesn't allow you to view the definition of a member of a
> template class.
>
>
> -Create a header file with following content :
>
> template <class T>
> class test
> {
> testmember( T x);
> };
>
> -Create a source file with following content :
>
> template <class T>
> test<T>::testmember( T x)
> {
>
>
> }
>
> -go to class view and click on testmember in class test
> -you will be shown the header file even if you explicitly choose to view
> the definition through the pop-up
> -class parser probably doesn't associate test<T>:: with the class test.
>
>
>
> -
> to unsubscribe from this list send an email to
> kdevelop-request at kdevelop.org with the following body: unsubscribe
> »your-email-address«
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list