We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c8b7f commit b3b6727Copy full SHA for b3b6727
1 file changed
include/boost/python/object/inheritance.hpp
@@ -103,7 +103,7 @@ struct implicit_cast_generator
103
template <class Source, class Target>
104
struct cast_generator
105
: mpl::if_<
106
- detail::is_base_and_derived<Target,Source>
+ boost::python::detail::is_base_and_derived<Target,Source>
107
, implicit_cast_generator<Source,Target>
108
, dynamic_cast_generator<Source,Target>
109
>
0 commit comments