Hello, I have:
template<int N> A {
public:
inline static void B();
};
Autocompletion works with
A::
but does not work with
A<3>::
I am using Qt Creator 1.1.0, built on Apr 22 2009 from revision ef8e69d96a
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
