
15 Sep
2004
15 Sep
'04
7:17 p.m.
"Doug Gregor" <dgregor@cs.indiana.edu> wrote in message news:FA3C64CC-0745-11D9-8C97-000A95B0EC64@cs.indiana.edu... | | On Sep 15, 2004, at 1:09 PM, Thorsten Ottosen wrote: | > Ok, but doesn't it usually work the way that things go into boost | > first? If | > not for anything else, then to | > see if the stuff works in practice? | | cbegin()/cend() aren't all that useful unless they also work with the | standard library containers. all code in boost.range works with standard containers. the frame only require begin/end functions (not even rbegin/rend) to be present in the container. br Thorsten