This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [fixincludes, v3] Enable full ISO C99 support for C++ on Solaris 10+
On 18 May 2010 12:52, Rainer Orth wrote:
> Jonathan Wakely <jwakely.gcc@gmail.com> writes:
>
>>> This leaves us with two real new failures (the tests didn't run before):
>>
>> Let me know if you want me to look at the <future> errors, I think I
>> wrote those tests.
>
> That would be great, especially given that my C++ knowledge is close to
> none :-)
The problem is I defined a "::wait" function which clashes with
wait(2). The fix is to rename that function.