Warning fix for OCaml test

This commit is contained in:
William S Fulton 2022-10-05 20:15:21 +01:00
commit 6f1532e35a

View file

@ -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