Warning fix for OCaml test
This commit is contained in:
parent
06296a7128
commit
6f1532e35a
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
%include "cpp11_move_only_helper.i"
|
||||
|
||||
#if defined(SWIGOCAML)
|
||||
%rename(valu) val;
|
||||
#endif
|
||||
|
||||
%ignore MoveOnly::operator=;
|
||||
//%valuewrapper MoveOnly; // SWIG sets %valuewrapper by default for move-only types
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue