This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/48113] [4.6/4.7 Regression] [C++0x] bind with tuple argument fails
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 14 Mar 2011 18:59:46 +0000
- Subject: [Bug c++/48113] [4.6/4.7 Regression] [C++0x] bind with tuple argument fails
- Auto-submitted: auto-generated
- References: <bug-48113-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48113
--- Comment #11 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-14 18:59:45 UTC ---
(In reply to comment #10)
> That is indeed a SFINAE bug.
phew! cos I'm all out of better ideas for fixing std::bind ;)
Thanks for your help, sorry for the mixup with my overeager testcase reduction,
but at least we found a new bug out of it