mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Add ParIterator FIXME.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22453 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a82d158e0c
commit
6be5a0cf52
@ -81,7 +81,12 @@ ParIterator par_iterator_end(Inset & inset);
|
|||||||
///
|
///
|
||||||
bool operator==(ParIterator const & iter1, ParIterator const & iter2);
|
bool operator==(ParIterator const & iter1, ParIterator const & iter2);
|
||||||
|
|
||||||
///
|
// FIXME: Unfortunately operator!=(ParIterator &, ParIterator &) is implemented with
|
||||||
|
// operator!=(DocIterator &, DocIterator &) that gives false if the positions
|
||||||
|
// are different, even if the pars are the same. So ultimately it's a bug in
|
||||||
|
// operator!=(ParIterator &, ParIterator &) I'd say (nevertheless, I would be
|
||||||
|
// reluctant to change it, because I fear that some part of the code could rely on
|
||||||
|
// this "bug". --Alfredo
|
||||||
bool operator!=(ParIterator const & iter1, ParIterator const & iter2);
|
bool operator!=(ParIterator const & iter1, ParIterator const & iter2);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user