> > I am a little confused about the notations concerning the iterators in
> > the documentation :
> >
> > * Array<T,N>::iterator;
> > * Array<T,N>::T_iterator;
> > * Array<T,N>::const_iterator;
> > * TinyVector<T,N>::T_iterator;
> > * TinyVector<T,N>::T_constIterator.
> > Is there any difference, and are they totally compatible with the STL
> > (as suggested in the
> > documentation).
>
> These iterators are STL compliant:
> Array<T,N>::iterator
> Array<T,N>::const_iterator
Oops, I realized there is a mistake. The TinyVector iterators are
also STL compliant. I've changed their official names to
TinyVector<T,N>::iterator and TinyVector<T,N>::const_iterator and
modified the docs to reflect this. (The old type names will continue
to work).
--------------------- blitz-support list --------------------------------
* To subscribe/unsubscribe: use the handy web form at
http://oonumerics.org/blitz/lists.html
This archive was generated by hypermail 2b29 : Wed Feb 20 2002 - 05:10:05 EST