From f6c82eba0cbf043ce05af7c507cc80c9127c7438 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Tue, 12 Aug 2003 18:35:00 +0000 Subject: [PATCH] changed def_arg to def_visitor [SVN r19564] --- include/boost/python/suite/indexing/indexing_suite.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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