T O P I C R E V I E W |
jschroedl |
Posted - Nov 06 2014 : 2:37:44 PM I know you're working on other C++11 features but I want to spell out my particular request in case it's not on the list yet...
I'd like an option on "Extract Method" to extract the modern form:
ex: auto MyExtractedFunc(int parm) -> double;
|
3 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Nov 21 2014 : 3:18:23 PM Thanks for the callout. I've updated the case with the c++14 style. |
Mordachai |
Posted - Nov 21 2014 : 2:40:06 PM Let's jump right to C++14 then:
auto MyExtractedFunc(int param)
Skip the unnecessary -> double trailer. |
sean |
Posted - Nov 07 2014 : 11:54:00 AM It wasn't on the list yet, but is now: case=86182 |