[Interest] QtCreator c++11 integration
André Pönitz
andre.poenitz at mathematik.tu-chemnitz.de
Tue Jun 11 21:36:10 CEST 2013
On Mon, Jun 10, 2013 at 04:48:51PM -0700, Thiago Macieira wrote:
> On segunda-feira, 10 de junho de 2013 23.47.04, André Pönitz wrote:
> > > Same problem with with "auto"-typed variables. For example when
> > > auto-typing a function: Auto class::dostuff() -> vector<int>*;
> >
> > struct Foo { vector<int> *foo() { return new vector<int>(); } };
> >
> > int main() { auto xp = Foo().foo(); xp->@
> >
> > also seems to work there.
>
> That's not the feature he requested.
>
> He's asking for this:
>
> struct Foo {
> auto foo() -> vector<int> *
> { return new vector<int>(); }
> };
Alright. I was mis-interpreting the setup. This is now QTCREATORBUG-9524.
Andre'
More information about the Interest
mailing list