
11 May
2005
11 May
'05
6:06 p.m.
Thorsten Ottosen wrote:
"Anthony Williams" <anthony_w.geo@yahoo.com> wrote in message news:fywten01.fsf@yahoo.com...
If the implementation uses free standing functions, you need to write begin() and end() for your type. If the implementation uses members, you can write make_range() for your type, *or* write the members.
yep, but the latter approach is harder and takes just about twice as much code in C++0x.
Can you elaborate, please?