[Bug 41944] Representation for template classes is incorrect in class view browser

Eray Ozkural erayo at bilkent.edu.tr
Thu Feb 27 13:31:02 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=41944     




------- Additional Comments From erayo at bilkent.edu.tr  2003-02-27 13:30 -------
What I mean here is those template specs should be right ;) 
 
For such code as 
template < std::map < int, pair< QString, QString > >, Tree < double > > 
StrangeStructure; 
 
As seen  this is not so easy as it seems. Which Tree that is it should know... It should 
also be possible navigate directly to say "Tree", or "std::map" templates..... Figure this :) 
 
I think a good code to test out whether the template stuff works is blitz++ library. It uses 
a lot of template expressions.




More information about the KDevelop-devel mailing list