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