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

@ -3,8 +3,8 @@
* ----------------------------------------------------------------------------- */
%include <std_common.i>
%include <std_map.i>
%include <std_pair.i>
%include <std_set.i>
%include <std_string.i>
%include <std_vector.i>
%include <std_map.i>
%include <std_pair.i>