Re: C++ problems with RC1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: C++ problems with RC1
Дата
Msg-id 17061.1011901352@sss.pgh.pa.us
обсуждение исходный текст
Ответ на C++ problems with RC1  (teg@redhat.com (Trond Eivind Glomsrød))
Ответы Re: C++ problems with RC1
Список pgsql-hackers
teg@redhat.com (Trond Eivind Glomsrød) writes:
> The autoconf test for C++ doesn't work with standard-enforcing
> compilers....

Exactly what part of it doesn't work?  AFAICT, the first test is
just to see if #include <string>
succeeds, and if that works then we do not try the section you seem
to be blaming.  So it looks to me like a compiler that conforms
to the C++-standard-of-the-month should work fine: both
HAVE_CXX_STRING_HEADER and HAVE_NAMESPACE_STD should become set.
What are you seeing?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Savepoints
Следующее
От: Bill Studenmund
Дата:
Сообщение: Re: RFD: schemas and different kinds of Postgres objects