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.
Angus