--- klayout-9999-orig/src/db/db/dbCellMapping.cc 2018-10-26 00:57:08.027327417 +0200 +++ klayout-9999-orig/src/db/db/dbCellMapping.cc 2018-10-26 01:00:22.757566575 +0200 @@ -75,6 +75,12 @@ return *this; } + SortedCellIndexIterator &operator--() + { + --m_n; + return *this; + } + SortedCellIndexIterator &operator+=(size_t n) { m_n += n;