[Bug libstdc++/70511] tuple constructor from elements hides copy constructor

2016-05-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70511 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug libstdc++/70511] tuple constructor from elements hides copy constructor

2016-05-17 Thread ivan.lelann at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70511 --- Comment #2 from Ivan Le Lann --- It seems that this has been "fixed". Fedora 24, using "gcc (GCC) 6.1.1 20160510 (Red Hat 6.1.1-2)" gives me the intuitive behavior. I did a local revert of this this commit https://github.com/gcc-mirror/gcc

[Bug libstdc++/70511] tuple constructor from elements hides copy constructor

2016-04-02 Thread ivan.lelann at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70511 --- Comment #1 from Ivan Le Lann --- After a quick look, I'm not sure this can be called a bug. It looks like a very unfortunate consequence of library specification. From the mess here http://en.cppreference.com/w/cpp/utility/tuple/tuple