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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] port v7.0 to SGI-IRIX-6.5.7/64
Дата
Msg-id 29082.959054577@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] port v7.0 to SGI-IRIX-6.5.7/64  (Murad Nayal <murad@godel.bioc.columbia.edu>)
Список 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 по дате отправления:

Предыдущее
От: Chris Bitmead
Дата:
Сообщение: Re: OO Patch
Следующее
От: Michael Robinson
Дата:
Сообщение: ROLAP (was Re: A test to add to the crashme test)