2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00

Add (dummy) const_iterator for container_traits const-support compatibility

[SVN r20418]
This commit is contained in:
Raoul Gough
2003-10-20 10:57:51 +00:00
parent f57c10905a
commit 10bc8a3709

View File

@@ -84,6 +84,7 @@ namespace boost { namespace python { namespace indexing {
typedef const_value_type const_reference; // Ref. semantics
typedef proxy_iterator<self_type> iterator;
typedef proxy_iterator<self_type> const_iterator; // ??
public:
// Constructors