mirror of
https://github.com/boostorg/python.git
synced 2026-01-25 06:22:15 +00:00
Add typename to container_proxy::value_type to make MSVC happy
[SVN r20304]
This commit is contained in:
@@ -86,7 +86,7 @@ namespace boost { namespace python { namespace indexing {
|
||||
{
|
||||
typedef typename raw_iterator_traits::difference_type difference_type;
|
||||
typedef std::random_access_iterator_tag iterator_category;
|
||||
typedef container_proxy::value_type value_type;
|
||||
typedef typename container_proxy::value_type value_type;
|
||||
typedef value_type *pointer;
|
||||
typedef value_type reference; // Already has reference semantics
|
||||
|
||||
|
||||
Reference in New Issue
Block a user