This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Compile errors using sstream
- From: "Jonathan Wakely" <jwakely dot gcc at gmail dot com>
- To: "Kurt Kohler" <kohler at ao dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Sat, 26 Jan 2008 00:53:34 +0000
- Subject: Re: Compile errors using sstream
- References: <15100003.post@talk.nabble.com>
On 26/01/2008, Kurt Kohler <kohler@ao.com> wrote:
>
> When I include <sstream> (which I've done before in other files) I get the
> following compile errors:
[snip]
> It looks like the underlying problem is that it can't find std::max.
>
> Any idea what I might be doing wrong?
>
> I can send a bit of my code if it would help.
Only a bit probably won't help, as it might not show the part that
causes the error. Can you produce a small testcase in a single file
that still produces the error?
Jon