[OCaml] Add a typecheck typemap for SWIGTYPE

This fixes many of the remaining warnings in the OCaml test suite.

Add multiple runtime tests.
This commit is contained in:
Zackery Spytz 2019-02-16 01:07:31 -07:00
commit b7a400f991
8 changed files with 211 additions and 10 deletions

View file

@ -4616,7 +4616,7 @@ except Error, e:
<p>
Details of how to tailor code for handling the caught C++ exception and converting it into the target language's exception/error handling mechanism
is outlined in the <a href="Typemaps.html#throws_typemap">"throws" typemap</a> section.
is outlined in the <a href="Typemaps.html#Typemaps_throws_typemap">"throws" typemap</a> section.
</p>
<p>