|
Boost : |
Subject: Re: [boost] [xint] Third release is ready, requesting preliminary review
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2010-05-02 17:21:31
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk