[ruby] add %typemap(directorout) for shared_ptr.
This commit is contained in:
parent
1c968b3695
commit
b3c2b1c51c
3 changed files with 25 additions and 4 deletions
|
|
@ -19,6 +19,6 @@ class Derived < Creator
|
|||
|
||||
end
|
||||
|
||||
crash(Derived.new(false))
|
||||
crash(Derived.new(true))
|
||||
p crash(Derived.new(false))
|
||||
p crash(Derived.new(true))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue