[ruby] treat null shared_ptr in std containers properly.

This commit is contained in:
Takashi Tamura 2017-04-13 15:43:25 +09:00
commit 661c3fc554
2 changed files with 13 additions and 1 deletions

View file

@ -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();