
20 Jan
2006
20 Jan
'06
3:35 p.m.
On Fri, 20 Jan 2006 05:52:22 -0200, Joaquín Mª López Muñoz <joaquin@tid.es> wrote:
OK, you have shown a realistic scenario where the feature is valuable, so I'm putting this into my todo list --probably I can have it in time for 1.34, but I'm very slow writing and checking things :) Any suggestions about the name/syntax? Something like:
iterator iter_to(const value_type& x)const;
iterator_from()? I don't know. I'm spanish speaking too.
Alas, iterator() can't be used as the name of the member function, since it is already a nested typedef of indices.
How is this feature implemented? Substracting char*? Bruno