summaryrefslogtreecommitdiff
path: root/Examples/test-suite/cpp11_shared_ptr_upcast.i
Commit message (Collapse)AuthorAgeFilesLines
* Expand std::shared_ptr testing to C# D Java PythonWilliam S Fulton2017-09-221-6/+6
|
* Add support for pointers to shared_ptr and null shared_ptr in Ruby containersWilliam S Fulton2017-04-131-6/+64
| | | | | Upcasting of pointers to shared_ptr would need some more fundamental changes, but not done yet ... pointers to shared_ptr are not common.
* Add shared_ptr non-overloaded upcast testsWilliam S Fulton2017-04-071-21/+54
|
* use forward declaration to treat the dependency of fragmentsTakashi Tamura2017-03-291-3/+3
|
* [ruby] add tests for upcasting std::shared_ptr within std containers.Takashi Tamura2017-03-011-0/+97