Re: STL & multithreading
Pete Becker wrote:[color=blue]
>
> Ioannis Vranos wrote:[color=green]
> >
> > My experience is somewhat limited, however what I had in mind as a
> > thread-safe vector for example, is a vector that accessing or modifying
> > one element does not modify the others.[/color]
>
> Yes, certainly.[/color]
Certainly not true. Since when vector< char > equals to
vector< isolated< char > > (for example)?
regards,
alexander.
Pete Becker wrote:[color=blue]
>
> Ioannis Vranos wrote:[color=green]
> >
> > My experience is somewhat limited, however what I had in mind as a
> > thread-safe vector for example, is a vector that accessing or modifying
> > one element does not modify the others.[/color]
>
> Yes, certainly.[/color]
Certainly not true. Since when vector< char > equals to
vector< isolated< char > > (for example)?
regards,
alexander.
Comment