Re: [BUGS] port v7.0 to SGI-IRIX-6.5.7/64
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Murad Nayal <murad@godel.bioc.columbia.edu>
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, pgsql-ports@postgresql.org, bugs@postgresql.org, pgsql-hackers@postgresql.org, pgsql-admin@postgresql.org
Date: 2000-05-23T04:02:57Z
Lists: pgsql-bugs, 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