Add C++11 std::array container support for Java

This commit is contained in:
William S Fulton 2016-03-14 20:46:56 +00:00
commit 870b814f5e
4 changed files with 128 additions and 1 deletions

View file

@ -1,6 +1,6 @@
%module cpp11_li_std_array
#if defined(SWIGPYTHON) || defined(SWIGRUBY)
#if defined(SWIGPYTHON) || defined(SWIGRUBY) || defined(SWIGJAVA)
%{
#include <array>