
2 May
2010
2 May
'10
9:21 p.m.
Could you confirm that this are the only data stored on xint::integer? flag_t flags; data_t *data; What is the meaning of flags static const flag_t flag_negative = 0x01; static const flag_t flag_readonly = 0x02; static const flag_t flag_fixedlength = 0x04; Is the flags field needed when COW is not used? Best, Vicente