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

Also a problem on
8.7.0.201506070905

How has no one spotted this?

On 22/09/15 11:30, Alec Teal wrote:
I've got sample code (I've distilled the problem to these, I didn't start naming at C)

-----------------------------------------------------
//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
    }

};
----------------------------------------------------------

I've reproduced on two computers using (I think) the same version, can confirm one of them is: 8.3.0.201402142303 (whoa, that's old) the other computer is a recent grab of Eclipse Kepler.... actually I'll look into updating. Was there an easy fix (and has it been fixed?)

Alec
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top