Create a consistent stl.i library file

Same file now for all languages except R which is still missing std_map.i.
Recent Java changes adding in std_set.i removed.
This commit is contained in:
William S Fulton 2019-02-12 18:46:05 +00:00
commit 68e86614ff
15 changed files with 27 additions and 31 deletions

View file

@ -1,4 +1,7 @@
/* initial STL definition. extended as needed in each language */
/* -----------------------------------------------------------------------------
* stl.i
* ----------------------------------------------------------------------------- */
%include <std_common.i>
%include <std_string.i>
%include <std_vector.i>