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'
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to