Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
085e7118
Commit
085e7118
authored
Jun 30, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed VS2015 Update 3 fix
parent
755f06bf
Pipeline
#2247
failed with stage
in 2 minutes and 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Doc/changelog.docu
Doc/changelog.docu
+1
-1
src/OpenMesh/Core/Mesh/PolyConnectivity.hh
src/OpenMesh/Core/Mesh/PolyConnectivity.hh
+4
-4
No files found.
Doc/changelog.docu
View file @
085e7118
...
...
@@ -11,7 +11,7 @@
<b>General</b>
<ul>
<li>Fixed build error with Visual Studio 2015 Update 3</li>
<li>Fixed build error with Visual Studio 2015 Update 3
(Fixed VS2015 Update 3 build error.
</li>
</ul>
...
...
src/OpenMesh/Core/Mesh/PolyConnectivity.hh
View file @
085e7118
...
...
@@ -83,10 +83,10 @@ public:
*/
//@{
/// Linear iterator
typedef
Iterators
::
GenericIteratorT
<
This
,
This
::
VertexHandle
,
ArrayKernel
,
&
has_vertex_status
,
&
This
::
n_vertices
>
VertexIter
;
typedef
Iterators
::
GenericIteratorT
<
This
,
This
::
HalfedgeHandle
,
ArrayKernel
,
&
has_halfedge_status
,
&
This
::
n_halfedges
>
HalfedgeIter
;
typedef
Iterators
::
GenericIteratorT
<
This
,
This
::
EdgeHandle
,
ArrayKernel
,
&
has_edge_status
,
&
This
::
n_edges
>
EdgeIter
;
typedef
Iterators
::
GenericIteratorT
<
This
,
This
::
FaceHandle
,
ArrayKernel
,
&
has_face_status
,
&
This
::
n_faces
>
FaceIter
;
typedef
Iterators
::
GenericIteratorT
<
This
,
This
::
VertexHandle
,
This
,
&
This
::
has_vertex_status
,
&
This
::
n_vertices
>
VertexIter
;
typedef
Iterators
::
GenericIteratorT
<
This
,
This
::
HalfedgeHandle
,
This
,
&
This
::
has_halfedge_status
,
&
This
::
n_halfedges
>
HalfedgeIter
;
typedef
Iterators
::
GenericIteratorT
<
This
,
This
::
EdgeHandle
,
This
,
&
This
::
has_edge_status
,
&
This
::
n_edges
>
EdgeIter
;
typedef
Iterators
::
GenericIteratorT
<
This
,
This
::
FaceHandle
,
This
,
&
This
::
has_face_status
,
&
This
::
n_faces
>
FaceIter
;
typedef
VertexIter
ConstVertexIter
;
typedef
HalfedgeIter
ConstHalfedgeIter
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment