fix concepts on gccc4.8.2 and dodgy test iterators in iterator_range_drop.cpp test case.

This commit is contained in:
Neil Groves
2014-03-09 17:47:44 +00:00
parent 4ebbbba82b
commit cbf385ac05
2 changed files with 24 additions and 13 deletions

View File

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