This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/61655] Copy constructor not called on CRTP schema
- From: "glisse at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 30 Jun 2014 08:29:27 +0000
- Subject: [Bug c++/61655] Copy constructor not called on CRTP schema
- Auto-submitted: auto-generated
- References: <bug-61655-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61655
--- Comment #4 from Marc Glisse <glisse at gcc dot gnu.org> ---
Look up "copy elision" (the wikipedia article will do).