Polymorphism in R wrappers fixed for C++ structs
This commit is contained in:
parent
cfd2557cda
commit
1d73341aa4
10 changed files with 68 additions and 8 deletions
|
|
@ -21,3 +21,7 @@ if (x != "Spam::blah")
|
|||
x = typedef_inherit.do_blah2(d);
|
||||
if (x != "Grok::blah")
|
||||
print ("Whoa! Bad return" + x);
|
||||
|
||||
x = d.far();
|
||||
if (x != "Spam::far")
|
||||
print ("Whoa! Bad return" + x);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue