2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 18:52:26 +00:00

changed def_arg to def_visitor

[SVN r19564]
This commit is contained in:
Joel de Guzman
2003-08-12 18:35:00 +00:00
parent 344044a315
commit f6c82eba0c

View File

@@ -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