Skip to content

Commit d563c1c

Browse files
committed
Fix auto disambiguation of multiple types
1 parent 22c1fdb commit d563c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcpp/rdel_mesh/rdel_mesh_3.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,8 +874,8 @@
874874
}
875875
}
876876

877-
for (auto _iter = _topo.head() ,
878-
_npos = +0 ;
877+
iptr_type _npos = +0 ;
878+
for (auto _iter = _topo.head() ;
879879
_iter != _topo.tend() ;
880880
++_iter, ++_npos)
881881
{

0 commit comments

Comments
 (0)