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: [v3] Add unique_ptr(auto_ptr<_Up>&&) + contraints


On 08/10/2010 06:33 PM, Paolo Carlini wrote:
>> Excellent.  We might as well remove the concept checks such as
>> __glibcxx_function_requires(_ConvertibleConcept<_Tp1*, _Tp*>)
>> because they'll never fail if SFINAE means the constructor isn't eligible.
>>   
>>     
> Oh you are completely right, didn't notice that. I'll do it...
>   
As applied.

Paolo.

/////////////////

Attachment: CL
Description: Text document

Attachment: patchlet
Description: Text document


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