This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/52612] std::tr1::bind doesn't work with placeholders
- 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, 19 Mar 2012 11:24:15 +0000
- Subject: [Bug libstdc++/52612] std::tr1::bind doesn't work with placeholders
- Auto-submitted: auto-generated
- References: <bug-52612-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52612
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-03-19 11:24:15 UTC ---
Yeah, it's not ideal, but I have very little motivation (and even less time!)
to improve tr1::bind now. For C++03 code there's boost::bind and for C++11 code
there's std::bind.