Add Ruby std_array.i - std::array wrappers

This commit is contained in:
William S Fulton 2015-11-21 21:12:16 +00:00
commit b8feb85f0e
4 changed files with 289 additions and 42 deletions

View file

@ -1,6 +1,6 @@
%module cpp11_li_std_array
#if defined(SWIGPYTHON)
#if defined(SWIGPYTHON) || defined(SWIGRUBY)
%include <std_array.i>