diff --git a/include/boost/python/suite/indexing/container_proxy.hpp b/include/boost/python/suite/indexing/container_proxy.hpp index 3747c4f6..55420337 100755 --- a/include/boost/python/suite/indexing/container_proxy.hpp +++ b/include/boost/python/suite/indexing/container_proxy.hpp @@ -84,6 +84,7 @@ namespace boost { namespace python { namespace indexing { typedef const_value_type const_reference; // Ref. semantics typedef proxy_iterator iterator; + typedef proxy_iterator const_iterator; // ?? public: // Constructors