Overloading fixes for R and rtypecheck typemap
- Fix for special variable $argtype expansion in rtypecheck typemap. - Remove unnecessary () brackets when using rtypecheck typemap for single parameter functions. - Add rtypecheck typemaps for shared_ptr so that NULL can be used in overloaded functions taking shared_ptr.
This commit is contained in:
parent
f2da4f2ade
commit
d6d83f4df4
4 changed files with 26 additions and 13 deletions
|
|
@ -21,3 +21,7 @@ Version 4.2.0 (in progress)
|
|||
Example of new improved error message:
|
||||
Error in use_count(k) :
|
||||
cannot find overloaded function for use_count with argtypes (NULL)
|
||||
|
||||
2022-10-27: wsfulton
|
||||
[R] Allow NULL to be used in overloaded functions taking shared_ptr.
|
||||
Also fixes special variable $argtype expansion in rtypecheck typemaps.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue