Kdevelop makes reformat source: void func(std::string&& str); on: void func(std::string && str); although pointer aligment is set on 'type'. Reproducible: Always
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
After test on version 5.2.4 these are my observations: version: void func(std::string&& str); hasn't change like last time, but... version: void func(std::string && str); doesn't work (the operator && is still between type and variable). After change (only for test) pointer aligment to 'name' (variable), it doesn't change its position (version #2 in this comment). The standard pointer/reference operator work correctly.
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!