[Bug c++/46004] [C++0x] template constructor used to copy object

2011-10-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46004 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC||jarrydb at

[Bug c++/46004] [C++0x] template constructor used to copy object

2011-09-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46004 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added CC||boostcpp at

[Bug c++/46004] [C++0x] template constructor used to copy object

2010-11-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46004 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added CC||roman at

[Bug c++/46004] [C++0x] template constructor used to copy object

2010-10-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46004 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/46004] [C++0x] template constructor used to copy object

2010-10-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46004 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 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