[kdevelop] [Bug 335612] Wrong formating c++11 rvalue references

2022-12-03 Thread Marcin
https://bugs.kde.org/show_bug.cgi?id=335612

Marcin  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 335612] Wrong formating c++11 rvalue references

2022-12-03 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=335612

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #3 from Justin Zobel  ---
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!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 335612] Wrong formating c++11 rvalue references

2018-11-11 Thread Marcin
https://bugs.kde.org/show_bug.cgi?id=335612

Marcin  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #2 from Marcin  ---
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.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 335612] Wrong formating c++11 rvalue references

2018-11-10 Thread Andrew Crouthamel
https://bugs.kde.org/show_bug.cgi?id=335612

Andrew Crouthamel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Andrew Crouthamel  ---
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!

-- 
You are receiving this mail because:
You are watching all bug changes.