Add C++11 std::array container support for Java
This commit is contained in:
parent
f119602447
commit
870b814f5e
4 changed files with 128 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
%module cpp11_li_std_array
|
||||
|
||||
#if defined(SWIGPYTHON) || defined(SWIGRUBY)
|
||||
#if defined(SWIGPYTHON) || defined(SWIGRUBY) || defined(SWIGJAVA)
|
||||
|
||||
%{
|
||||
#include <array>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue