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.
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56838
Jason Merrill changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Co