[ruby] treat null shared_ptr in std containers properly.
This commit is contained in:
parent
79620b10a9
commit
661c3fc554
2 changed files with 13 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ namespace swig {
|
|||
template <class Type> struct traits_asval;
|
||||
struct pointer_category;
|
||||
template <class Type, class Category> struct traits_as;
|
||||
template<class Type> struct traits_from;
|
||||
template <class Type> struct traits_from;
|
||||
template <class Type> struct traits_from_ptr;
|
||||
template <class Type> struct noconst_traits;
|
||||
template <class Type> swig_type_info* type_info();
|
||||
template <class Type> const char* type_name();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue