[cfe-commits] [Patch review request] Binary type traits

Howard Hinnant hhinnant at apple.com
Fri Jan 28 17:26:14 PST 2011


On Jan 28, 2011, at 8:25 PM, John McCall wrote:

> On Jan 28, 2011, at 12:09 PM, Howard Hinnant wrote:
>> On Jan 27, 2011, at 3:31 PM, Douglas Gregor wrote:
>>> On Jan 27, 2011, at 10:13 AM, Howard Hinnant wrote:
>>>> On Sep 17, 2010, at 7:00 PM, Steven Watanabe wrote:
>>>>> AMDG
>>>>> 
>>>>> The attached patch implements __is_base_of and __is_convertible_to.
>>>>> These are the last intrinsics required to compile the <type_traits> header
>>>>> that ships with MSVC 10.0.
>>>>> 
>>>>> In Christ,
>>>>> Steven Watanabe
>>>>> 
>>>>> <binary_type_traits.patch>_______________________________________________
>>>>> cfe-commits mailing list
>>>>> cfe-commits at cs.uiuc.edu
>>>>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>>> 
>>>> Ping.  What is the status of this patch?  libc++ is in desperate need of __is_convertible_to.
>>> 
>>> I've updated the patch and committed it as r124425. Thanks, Steven!
>> 
>> I just hooked up is_base_of and believe I'm seeing some minor corner-case failures:
> 
> In case you didn't see this, r124505 should fix these cases for you.
> 
> John.

Saw it.  Thanks much John.

-Howard





More information about the cfe-commits mailing list