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
This is related to bug 69471
Can you please retest with KDevelop 3.4 ?
This works in 3.4 branch.