Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 3.0.0-rc1
-
None
Description
Assume the following function declarations:
Buffer(Buffer&& other);
Buffer& operator=(Buffer&& other);
When trying to have Qt Creator generate the implementation of the above functions, it will generate the lvalue-Ref versions, i.e. the copy-ctor and copy-assignment operator.
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-10555 Refactor -> Add definition in 'file.cpp' gives wrong result with r-value (rvalue) reference.
- Closed