mirror of
https://github.com/boostorg/range.git
synced 2026-01-25 00:12:22 +01:00
fix concepts on gccc4.8.2 and dodgy test iterators in iterator_range_drop.cpp test case.
This commit is contained in:
@@ -53,7 +53,7 @@ private:
|
||||
return m_it == other.m_it;
|
||||
}
|
||||
|
||||
boost::int32_t dereference() const
|
||||
reference dereference() const
|
||||
{
|
||||
return *m_it;
|
||||
}
|
||||
@@ -97,7 +97,7 @@ private:
|
||||
return m_it == other.m_it;
|
||||
}
|
||||
|
||||
boost::int32_t dereference() const
|
||||
reference dereference() const
|
||||
{
|
||||
return *m_it;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user