Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 669340
Collapse All | Expand All

(-)klayout-9999-orig/src/db/db/dbCellMapping.cc (+6 lines)
Lines 75-80 Link Here
75
	return *this;
75
	return *this;
76
  }
76
  }
77
77
78
  SortedCellIndexIterator &operator--()
79
  {
80
    --m_n;
81
    return *this;
82
  }
83
78
  SortedCellIndexIterator &operator+=(size_t n) 
84
  SortedCellIndexIterator &operator+=(size_t n) 
79
  {
85
  {
80
    m_n += n;
86
    m_n += n;

Return to bug 669340