[Bug libstdc++/55713] std::tupleElementType incorrectly is convertible to ElementType when it is an empty class

2012-12-16 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55713 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-12-16 17:49:20 UTC --- This was done for an optimization. And I think it is allowed by the C++ standard too.

[Bug libstdc++/55713] std::tupleElementType incorrectly is convertible to ElementType when it is an empty class

2012-12-16 Thread schaub.johannes at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55713 --- Comment #2 from Johannes Schaub schaub.johannes at googlemail dot com 2012-12-16 17:52:14 UTC --- (In reply to comment #1) This was done for an optimization. And I think it is allowed by the C++ standard too. From the feedback I

[Bug libstdc++/55713] std::tupleElementType incorrectly is convertible to ElementType when it is an empty class

2012-12-16 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55713 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug libstdc++/55713] std::tupleElementType incorrectly is convertible to ElementType when it is an empty class

2012-12-16 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55713 Marc Glisse glisse at gcc dot gnu.org changed: What|Removed |Added CC||glisse at