This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/34105] [4.3 Regression] Confusing error message with missing #include <algorithm>
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Nov 2007 13:06:26 -0000
- Subject: [Bug libstdc++/34105] [4.3 Regression] Confusing error message with missing #include <algorithm>
- References: <bug-34105-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pcarlini at suse dot de 2007-11-15 13:06 -------
Something like the attached (lightly tested) fixed the problem for normal mode,
the error becomes:
34105.cc: In function ?int main()?:
34105.cc:8: error: ?find? is not a member of ?std?
however, it doesn't for parallel mode. I think it's better if Benjamin looks
into those headers...
--
pcarlini at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bkoz at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34105