Merge branch 'VS2015_Update3' into 'master'
Vs2015 update3 See merge request !74
This commit is contained in:
@@ -9,6 +9,12 @@
|
|||||||
|
|
||||||
<tr valign=top><td><b>6.2</b> (?/?/?)</td><td>
|
<tr valign=top><td><b>6.2</b> (?/?/?)</td><td>
|
||||||
|
|
||||||
|
<b>General</b>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed build error with Visual Studio 2015 Update 3 (Fixed VS2015 Update 3 build error.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<b>Build System</b>
|
<b>Build System</b>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed mingw compilataion error</li>
|
<li>Fixed mingw compilataion error</li>
|
||||||
|
|||||||
@@ -83,10 +83,10 @@ public:
|
|||||||
*/
|
*/
|
||||||
//@{
|
//@{
|
||||||
/// Linear iterator
|
/// Linear iterator
|
||||||
typedef Iterators::GenericIteratorT<This, This::VertexHandle, ArrayKernel, &This::has_vertex_status, &This::n_vertices> VertexIter;
|
typedef Iterators::GenericIteratorT<This, This::VertexHandle, ArrayKernel , &ArrayKernel::has_vertex_status, &ArrayKernel::n_vertices> VertexIter;
|
||||||
typedef Iterators::GenericIteratorT<This, This::HalfedgeHandle, ArrayKernel, &This::has_halfedge_status, &This::n_halfedges> HalfedgeIter;
|
typedef Iterators::GenericIteratorT<This, This::HalfedgeHandle, ArrayKernel , &ArrayKernel::has_halfedge_status, &ArrayKernel::n_halfedges> HalfedgeIter;
|
||||||
typedef Iterators::GenericIteratorT<This, This::EdgeHandle, ArrayKernel, &This::has_edge_status, &This::n_edges> EdgeIter;
|
typedef Iterators::GenericIteratorT<This, This::EdgeHandle, ArrayKernel , &ArrayKernel::has_edge_status, &ArrayKernel::n_edges> EdgeIter;
|
||||||
typedef Iterators::GenericIteratorT<This, This::FaceHandle, ArrayKernel, &This::has_face_status, &This::n_faces> FaceIter;
|
typedef Iterators::GenericIteratorT<This, This::FaceHandle, ArrayKernel , &ArrayKernel::has_face_status, &ArrayKernel::n_faces> FaceIter;
|
||||||
|
|
||||||
typedef VertexIter ConstVertexIter;
|
typedef VertexIter ConstVertexIter;
|
||||||
typedef HalfedgeIter ConstHalfedgeIter;
|
typedef HalfedgeIter ConstHalfedgeIter;
|
||||||
|
|||||||
Reference in New Issue
Block a user