Convert the Java runtime testcase cpp11_li_std_array_runme to C#

This commit is contained in:
myd7349 2016-07-05 10:44:36 +08:00
commit 407b987f4c
2 changed files with 83 additions and 1 deletions

View file

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