Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Bug in autocomplete with simple templates

It is done,

https://bugs.eclipse.org/bugs/show_bug.cgi?id=478121

Please backport this to Kepler's version (8.3.0)

Alec

On 22/09/15 22:16, scalpel4k wrote:
//template<int k>
> >>//any template will do (eg class T)
> >>class D {
> >>
> >>     struct C {
> >> > >> C* c; > >> > >> };
> >>
> >>private:
> >>     C c;
> >>
> >>public:
> >>     void f() {
> >> > >> //Auto complete on c works great if you keep the template bit
> >>
> >>commented
> >>
> >>     }
> >>
> >>};



Back to the top