[PATCH] Fix some of the mt_allocator testcases on darwin

Benjamin Kosnik bkoz@redhat.com
Sat Oct 23 19:30:00 GMT 2004


>The problem is that the testcases use *_t as typedef which is reserved 
>by
>POSIX and one of them conflicts with Darwin's headers, policy_t.  I 
>changed
>all the *_t to be named *_type which is consistent with other libstdc++
>tests and other mt_allocator tests.

This is fine, thanks.



More information about the Libstdc++ mailing list