This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/37811] bind1st fails on mem_fun with reference argument
- From: "paolo dot carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Oct 2008 19:07:51 -0000
- Subject: [Bug libstdc++/37811] bind1st fails on mem_fun with reference argument
- References: <bug-37811-6594@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from paolo dot carlini at oracle dot com 2008-10-13 19:07 -------
FYI, I had a quick look to the library likely used by current Comeau: it
doesn't implement the letter of the Standard for bind1st & co, neither before
nor after DR 109. It tries to circumvent the limitations of the original
design. To be clear again, we'll not follow that route, we deliver a strictly
conforming implementation, DR 109 included and included the fact that the
facility is considered deprecated, essentially frozen and ready for removal.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37811