This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/55098] c++11: move constructor doesn't run at all (but with a hammer)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55098

Lisp2D <lisp2d at lisp2d dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |

--- Comment #3 from Lisp2D <lisp2d at lisp2d dot net> 2012-10-27 15:22:18 UTC ---
My opinion is to enable elide-constructors in -sdt=c++11.
Programers in this standard use own move-constructors with own-side effects.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]