mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-19 23:52:12 +02:00
Fix for indirect iterators to abstract classes.
[SVN r27625]
This commit is contained in:
@ -270,8 +270,8 @@ namespace boost
|
|||||||
struct postfix_increment_result
|
struct postfix_increment_result
|
||||||
: mpl::eval_if<
|
: mpl::eval_if<
|
||||||
mpl::and_<
|
mpl::and_<
|
||||||
// A proxy is only needed for readable iterators
|
// A proxy is only needed for readable iterators
|
||||||
is_convertible<Reference,Value>
|
is_convertible<Reference,Value const&>
|
||||||
|
|
||||||
// No multipass iterator can have values that disappear
|
// No multipass iterator can have values that disappear
|
||||||
// before positions can be re-visited
|
// before positions can be re-visited
|
||||||
|
Reference in New Issue
Block a user