https://bugs.kde.org/show_bug.cgi?id=335612

Marcin <m...@poczta.fm> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDSINFO                   |REPORTED
         Resolution|WAITINGFORINFO              |---

--- Comment #2 from Marcin <m...@poczta.fm> ---
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.

Reply via email to