Skip to content

Commit b40afcf

Browse files
committed
- removed stdext
1 parent a9ab7c7 commit b40afcf

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

include/PointSet.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,7 @@ PointSet::sort_field(T* lst) const
167167

168168
std::vector<T> tmp(lst, lst + m_sort_table.size());
169169
std::transform(m_sort_table.begin(), m_sort_table.end(),
170-
#ifdef _MSC_VER
171-
stdext::unchecked_array_iterator<T*>(lst),
172-
#else
173170
lst,
174-
#endif
175171
[&](int i){ return tmp[i]; });
176172
}
177173
}

0 commit comments

Comments
 (0)