Re: [BUGS] port v7.0 to SGI-IRIX-6.5.7/64 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [BUGS] port v7.0 to SGI-IRIX-6.5.7/64
Date
Msg-id 29082.959054577@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] port v7.0 to SGI-IRIX-6.5.7/64  (Murad Nayal <murad@godel.bioc.columbia.edu>)
List pgsql-hackers
Murad Nayal <murad@godel.bioc.columbia.edu> writes:
> you just need to add a header file that contains elements of the C++
> standard library defined in std. not all C++ standard library that comes
> with the SGI C++ compiler are in defined in std. for example iostream
> stuff are not in std. however string is. so just include the string
> header file in the program.

You realize, of course, that we don't want to depend on <string>
being there either ;-)

But I suppose we could swap the order of the tests, and then
include <string> into the namespace test if we've found it.
Will do...

            regards, tom lane

pgsql-hackers by date:

Previous
From: Chris Bitmead
Date:
Subject: Re: OO Patch
Next
From: Michael Robinson
Date:
Subject: ROLAP (was Re: A test to add to the crashme test)