Angus Leeming a écrit :
Jean-Marc Lasgouttes wrote:Abdelrazak> Yes, those are just conversions form const_iterator to Abdelrazak> iterator, which is allowed. Beside that, these are Abdelrazak> necessary because lyx code mix freely iterator types.Are we supposed to do that?Conversion from iterator to const_iterator is fine. Conversion the other way is not.
Yes, that's what I meant obviously ;-) and that's what the operator=() in RandomAccessList is doing.
Abdel.