From 10bc8a3709f2d8fa905beff67ad778f774624043 Mon Sep 17 00:00:00 2001 From: Raoul Gough Date: Mon, 20 Oct 2003 10:57:51 +0000 Subject: [PATCH] Add (dummy) const_iterator for container_traits const-support compatibility [SVN r20418] --- include/boost/python/suite/indexing/container_proxy.hpp | 1 + 1 file changed, 1 insertion(+) 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