Boost logo

Boost :

From: Chuck Allison (cda_at_[hidden])
Date: 2002-07-27 12:47:06


Well, we at least need a description that those ops are availbale, like the
standard says for bitset. Do we really want to document the reference class,
since it's an artifact of implementation (I don't know the doc philosophy of
Boost - just the standard)?

----- Original Message -----
From: "David Abrahams" <dave_at_[hidden]>
To: "boost" <boost_at_[hidden]>
Sent: Saturday, July 27, 2002 11:12 AM
Subject: [boost] dynamic_bitset doc problem

> 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
>
>
>
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost
>


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