This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/21796] (v7-branch) std::search not using std::find
- From: "chris at bubblescope dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jun 2005 12:07:40 -0000
- Subject: [Bug libstdc++/21796] (v7-branch) std::search not using std::find
- References: <20050528075508.21796.pcarlini@suse.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From chris at bubblescope dot net 2005-06-04 12:07 -------
This is being held up by PR20408, Unnecessary code generated for empty structs, as we'd have to pass
both the item to find and the comparitor (which is often an empty class) to std::find_if
--
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |20408
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21796