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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user