http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46004
Paolo Carlini changed:
What|Removed |Added
CC||jarrydb at cse dot
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46004
Jonathan Wakely changed:
What|Removed |Added
CC||boostcpp at gmail dot com
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46004
Jonathan Wakely changed:
What|Removed |Added
CC||roman at binarylife dot net
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46004
--- Comment #2 from Jonathan Wakely 2010-10-13
13:24:59 UTC ---
Ah! thanks for clearing that up.
So in cases where I do want/need a template ctor with &&-style deduction I'll
use enable_if to prevent it being instantiated to perform a copy.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46004
Jason Merrill changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|