I found that Netbeans 7.4 and Eclipse 4.2 didn't support this feature yet." /> I found that Netbeans 7.4 and Eclipse 4.2 didn't support this feature yet." /> I found that Netbeans 7.4 and Eclipse 4.2 didn't support this feature yet."/>

Is there any IDE that support “return type deduction” in gcc 4.8(C++1y/C++14) and autocomplete for it?

313 Views Asked by At

Like

auto test(){
     string a= "123";
     return a;
}
....
test().<autocomplete>

I found that Netbeans 7.4 and Eclipse 4.2 didn't support this feature yet.

0

There are 0 best solutions below