diff --git a/include/boost/python/suite/indexing/indexing_suite.hpp b/include/boost/python/suite/indexing/indexing_suite.hpp index 160b5dd9..ce819ab0 100644 --- a/include/boost/python/suite/indexing/indexing_suite.hpp +++ b/include/boost/python/suite/indexing/indexing_suite.hpp @@ -105,7 +105,7 @@ namespace boost { namespace python { , class Index = typename Container::size_type > class indexing_suite - : public def_arg< + : public def_visitor< indexing_suite< Container , DerivedPolicies