"Warren W. Gay VE3WWG" a �crit dans le message news: 3B73337F.862F8D93@home.com... > Bart.Vanhauwaert@nowhere.be wrote: > > Ted Dennison wrote: > > >>for (std::vector::iterator i=v.begin(); i!=v.end(); ++i) > > > That's actually pretty close, and seems to have all the benifits Marin was > > > touting. Its a shame I've never seen it "in the wild". :-) > > > > I use it all the time (and love it) > > Don't forget that in Ada, there are Booch components that sports > iterator types that can be used in a manner that is similar. But > I think the thing that has been lost in all of this is that you > are comparing C++ _STL_ features with Ada _language_ features. > But STL *IS PART OF* C++ language, no? It is *standard*.