On 13 July 2010 11:09, Ian Lance Taylor wrote:
> BLUE 3TOO writes:
>
>> Can somebody quickly explain what the bit fields are for? thanks
>>
>> unsigned int precision : 10;
>> unsigned no_force_blk_flag : 1;
>> unsigned needs_constructing_flag : 1;
>> unsigned transparent_aggr_flag :
BLUE 3TOO writes:
> Can somebody quickly explain what the bit fields are for? thanks
>
> unsigned int precision : 10;
> unsigned no_force_blk_flag : 1;
> unsigned needs_constructing_flag : 1;
> unsigned transparent_aggr_flag : 1;
> unsigned restrict_flag : 1;
> unsigned contain