2
0
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:
Raoul Gough
2003-10-08 15:38:07 +00:00
parent 9983782b2c
commit c8898caba0

View File

@@ -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