Skip to content

Commit 27154dc

Browse files
committed
comment unused code
1 parent 7950779 commit 27154dc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/core/splindex.hpp

+7-7
Original file line numberDiff line numberDiff line change
@@ -262,13 +262,13 @@ class splindex_iterator_t
262262
return *this;
263263
}
264264

265-
inline splindex_iterator_t<Index_t>
266-
operator++(int)
267-
{
268-
splindex_iterator_t<Index_t> tmp(this->idx());
269-
this->li++;
270-
return tmp;
271-
}
265+
//inline splindex_iterator_t<Index_t>
266+
//operator++(int)
267+
//{
268+
// splindex_iterator_t<Index_t> tmp(this->idx());
269+
// this->li++;
270+
// return tmp;
271+
//}
272272

273273
inline auto
274274
operator*()

0 commit comments

Comments
 (0)