diff --git a/include/boost/python/suite/indexing/container_suite.hpp b/include/boost/python/suite/indexing/container_suite.hpp index 640736c1..07b081da 100755 --- a/include/boost/python/suite/indexing/container_suite.hpp +++ b/include/boost/python/suite/indexing/container_suite.hpp @@ -60,6 +60,7 @@ namespace indexing { , Algorithms const & , Policy const &policy) { + pyClass.def ("__getitem__", &Algorithms::get, policy); pyClass.def ("__getitem__" , slice_handler::make_getitem (policy)); }