typedef declaration corrections for std::array
This commit is contained in:
parent
440264e479
commit
40d7f4137e
2 changed files with 8 additions and 6 deletions
|
|
@ -53,8 +53,8 @@ namespace std {
|
|||
typedef _Tp value_type;
|
||||
typedef value_type* pointer;
|
||||
typedef const value_type* const_pointer;
|
||||
typedef _Tp& reference;
|
||||
typedef const _Tp& const_reference;
|
||||
typedef value_type& reference;
|
||||
typedef const value_type& const_reference;
|
||||
|
||||
%traits_swigtype(_Tp);
|
||||
%traits_enum(_Tp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue