Re: Build broken since 9aaa062 because of missing isnan and isinf

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Build broken since 9aaa062 because of missing isnan and isinf
Дата
Msg-id CAB7nPqSagd5yvdVddMu+qsRh8X8cUp2MkHomKD==rynCrQCBDg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Build broken since 9aaa062 because of missing isnan and isinf  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Ответы Re: Build broken since 9aaa062 because of missing isnan and isinf  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-odbc
On Thu, Jan 29, 2015 at 8:34 PM, Heikki Linnakangas
<hlinnakangas@vmware.com> wrote:
> Oh, thanks, fixed. I vaguely remembered that Windows doesn't have those
> macros, but it actually worked on my Windows system. Maybe they've added
> them to the MSVC headers recently...
Yes, they have been added in MS 2013. I think that my patch is
actually a bit wrong, we may want to use _MSC_VER < 1800 as well.
--
Michael


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Build broken since 9aaa062 because of missing isnan and isinf
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Let's get rid of premature execution