|
Boost Testing : |
Subject: Re: [Boost-testing] [boost]test breakage from commit 62016
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-06-15 17:08:40
AMDG
Gennadiy Rozental wrote:
> Steven Watanabe <watanabesj <at> gmail.com> writes:
>
>> It looks like a bug in fenv.h. I've just committed a workaround.
>>
>
> So, We can't use this header at all in this platform?
>
We can, but it uses FILE* without #including the
appropriate header (it's conditional on __STDC__,
so I suspect that it was never tested with C++), so I
added
#include <stdio.h>
for Sun.
In Christ,
Steven Watanabe