Created on 2009-06-04.00:00:00 last changed 190 months ago
[Voted into WP at March, 2010 meeting as document N3053.]
A constructor of the form T::T(T&&) is a candidate function for copy construction; however, the declaration of such a constructor does not inhibit the implicit declaration and definition of a copy constructor. This can lead to surprising results. We should consider suppressing the implicit copy constructor if a move constructor is declared.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-03-29 00:00:00 | admin | set | messages: + msg2722 |
| 2010-03-29 00:00:00 | admin | set | status: open -> cd2 |
| 2009-06-04 00:00:00 | admin | create | |