Andre Poenitz <[EMAIL PROTECTED]> writes: | > Perhaps. But I am not willing to open that issue now... It is some | > easy to come in the situation that you need to convert | > ParagraphList::iterator to ParagraphList::const_iterator and that is | > reall cumbersome. | | I think std::list<>::const_iterator has a corresponding constructor.
Show me. | Cumbersome... a reinterpret_cast<> in that constructor would work ;-) No... That is like converting string to a int with a reinterpret_cast and expecting tings to work... different types. -- Lgb