Boost logo

Boost :

From: joel de guzman (isis-tech_at_[hidden])
Date: 2001-06-28 12:23:24


> I suggested the enumeration to make the distinction between
> index and nth element clear. In zero based indexing the 0th
> index is the *first* element. This should not be confusing.
> In Pascal, we have sub-ranges for example: 5..32 where
> the *first* element is at index 5.
>
> I reiterate my suggestion:
>
> I reiterate my suggestion:
>
> enum { _1st, _2nd, -3rd .... };

oops ^^^^^

enum { _1st, _2nd, _3rd .... };

Soorry...

>
> Cheers,
> Joel de Guzman
>


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