[Bug c++/56838] GCC svn doesn't compile libreoffice 4.0.1.2

2013-04-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56838 --- Comment #3 from Jason Merrill 2013-04-05 14:37:52 UTC --- (In reply to comment #2) > The candidate in /usr/include/boost/bind/bind.hpp:1478 a.cpp:92092 fails. > SFINAE so this candidate is skipped. Actually, it doesn't fail SFINAE.

[Bug c++/56838] GCC svn doesn't compile libreoffice 4.0.1.2

2013-04-04 Thread mustrumr97 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56838 --- Comment #2 from Hristo Venev 2013-04-04 16:17:04 UTC --- The candidate in /usr/include/boost/bind/bind.hpp:1478 a.cpp:92092 fails. SFINAE so this candidate is skipped. However the one in /usr/include/boost/bind/bind_cc.hpp:35 a.cpp:921

[Bug c++/56838] GCC svn doesn't compile libreoffice 4.0.1.2

2013-04-04 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56838 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Co