This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix some of the mt_allocator testcases on darwin


>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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]