[Bug libstdc++/51185] [C++0x] false-positive results of std::is_constructible

2011-11-21 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51185 --- Comment #4 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2011-11-21 11:21:20 UTC --- Author: paolo Date: Mon Nov 21 11:21:13 2011 New Revision: 181557 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=181557 Log: 2011-11-21

[Bug libstdc++/51185] [C++0x] false-positive results of std::is_constructible

2011-11-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51185 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug libstdc++/51185] [C++0x] false-positive results of std::is_constructible

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

[Bug libstdc++/51185] [C++0x] false-positive results of std::is_constructible

2011-11-17 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51185 --- Comment #2 from Daniel Krügler daniel.kruegler at googlemail dot com 2011-11-17 10:58:09 UTC --- (In reply to comment #1) The root of the problem is that __is_base_to_derived_ref works on source references solely. I need a bit time for a

[Bug libstdc++/51185] [C++0x] false-positive results of std::is_constructible

2011-11-17 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51185 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW