Skip to content
Snippets Groups Projects
Commit 52b759a6 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: include std_complex for wrapping

parent 9b605134
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@
%include <std_string.i>
%include <std_vector.i>
%include <std_map.i>
%include <std_complex.i>
%template(vectorstring) std::vector< std::string >;
%template(mapstringstring) std::map< std::string, std::string >;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment