This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/50929] [C++0x] Wrong function selected for overload with template and rvalue reference
- From: "jarrydb at cse dot unsw.edu.au" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 31 Oct 2011 10:34:16 +0000
- Subject: [Bug c++/50929] [C++0x] Wrong function selected for overload with template and rvalue reference
- Auto-submitted: auto-generated
- References: <bug-50929-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50929
--- Comment #6 from Jarryd Beck <jarrydb at cse dot unsw.edu.au> 2011-10-31 10:34:16 UTC ---
Yeah I understand now. Basically having a perfect forwarding constructor means
that I need a non-const constructor if I want my example to work as I initially
said.