[Bug 68929] New: Code Completeion fails when typedefing templates.

Fray Bentos fraybentos at users.sourceforge.net
Mon Nov 24 13:08:06 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=68929     
           Summary: Code Completeion fails when typedefing templates.
           Product: kdevelop
           Version: 3.0.0b1
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: fraybentos at users.sourceforge.net


Version:           3.0.0b1 (using KDE KDE 3.1.4)
Installed from:    Compiled From Sources
Compiler:          gcc 3.3 
OS:          Linux

template <typename T>
class Camera
{
...
};


typedef Camera<float> Cameraf;
...

Cameraf c;
c.  //<-- nada
Camera<float> d;
d.  //<-- works fine




More information about the KDevelop-devel mailing list