1 parent a9ab7c7 commit b40afcfCopy full SHA for b40afcf
1 file changed
include/PointSet.h
@@ -167,11 +167,7 @@ PointSet::sort_field(T* lst) const
167
168
std::vector<T> tmp(lst, lst + m_sort_table.size());
169
std::transform(m_sort_table.begin(), m_sort_table.end(),
170
-#ifdef _MSC_VER
171
- stdext::unchecked_array_iterator<T*>(lst),
172
-#else
173
lst,
174
-#endif
175
[&](int i){ return tmp[i]; });
176
}
177
0 commit comments