Skip to content

Commit

Permalink
Enable the implicit conversion only for the python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Dec 13, 2022
1 parent de7b6b1 commit 9be0778
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/iDynTree.i
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

/* File : iDynTree.i */
%module iDynTree
#ifdef SWIGPYTHON
%implicitconv;

#endif

%include "std_string.i"
%include "std_vector.i"
Expand Down

0 comments on commit 9be0778

Please sign in to comment.