On 02/26/2010 03:56 PM, Andreas Schwab wrote:
> Paolo Carlini <paolo.carl...@oracle.com> writes:
>
>   
>> Thanks. Currently I'm thinking of doing something very simple, like:
>>
>>     const size_t __size = __LDBL_MANT_DIG__ == 64 ? 10 : sizeof(__val);
>>
>> seems conservative and I think it covers all the cases we really
>> support.
>>     
> What is __size supposed to represent?
>   
A size.

Paolo.

Reply via email to