size_type correction for SwigPySequence_Cont
This commit is contained in:
parent
4c0db9d83d
commit
327b59a574
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@ namespace swig
|
|||
typedef T value_type;
|
||||
typedef T* pointer;
|
||||
typedef int difference_type;
|
||||
typedef int size_type;
|
||||
typedef size_t size_type;
|
||||
typedef const pointer const_pointer;
|
||||
typedef SwigPySequence_InputIterator<T, reference> iterator;
|
||||
typedef SwigPySequence_InputIterator<T, const_reference> const_iterator;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue