Support std::array in Golang (#2045)
Support std::array in Golang Closes #2045
This commit is contained in:
parent
48eba82ac8
commit
d73f933c4b
3 changed files with 112 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
%module cpp11_std_array
|
||||
|
||||
#if defined(SWIGPYTHON) || defined(SWIGRUBY) || defined(SWIGJAVA) || defined(SWIGCSHARP)
|
||||
#if defined(SWIGPYTHON) || defined(SWIGRUBY) || defined(SWIGJAVA) || defined(SWIGCSHARP) || defined(SWIGGO)
|
||||
|
||||
%{
|
||||
#include <array>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue