Bug 68929 - Code Completeion fails when typedefing templates.
Summary: Code Completeion fails when typedefing templates.
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Code completion (show other bugs)
Version: 3.0.0b1
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-24 13:07 UTC by Fray Bentos
Modified: 2006-12-29 10:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fray Bentos 2003-11-24 13:07:42 UTC
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
Comment 1 Amilcar do Carmo Lucas 2003-12-01 22:27:48 UTC
This is related to bug 69471
Comment 2 Amilcar do Carmo Lucas 2006-05-24 01:08:44 UTC
Can you please retest with KDevelop 3.4 ?
Comment 3 Jens Dagerbo 2006-12-29 10:26:06 UTC
This works in 3.4 branch.