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] ext/type_traits.h


On Thu, 28 Sep 2006 12:23:51 -0400, Howard Hinnant
<hhinnant@apple.com> wrote:

>> Btw., we've also had the need for signed/unsigned conversion in
>> our library in the past. We dealt with it by adding a typedef or
>> two to numeric_limits, something like this (we don't have them
>> anymore but at one point private versions of them were in there):
>>
>>    numeric_limits<T>::signed_type
>>    numeric_limits<T>::unsigned_type
>
>Thanks for the data point.  Imho that puts us a notch closer to a  
>proposal.

You don't mean a proposal to add them to numeric_limits, do you?
(Sorry, just to be sure! :-))

--
Genny.


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