Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2002-07-27 12:12:39


There's no description of the reference type, other than a mention that it
exists. So, for example, I can't tell whether the following code will work:

    dynamic_bitset<> s(5);
    s[1] = s[2] = s[3] = 1;

or

    s[1] |= s[2];

We need a full description of all the operations on reference.

Thanks,
Dave

-----------------------------------------------------------
           David Abrahams * Boost Consulting
dave_at_[hidden] * http://www.boost-consulting.com


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk