bug report

Daniel Razawi razawid at cardiff.ac.uk
Mon Jan 22 11:04:32 GMT 2001


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«



More information about the KDevelop mailing list