forked from boostorg/range
Fix Error C4596: 'difference_type': illegal qualified name in member declaration when compiling with VS 2017 Professional 15.5.6
This commit is contained in:
@ -252,7 +252,7 @@ namespace boost {
|
|||||||
n = i - j;
|
n = i - j;
|
||||||
}
|
}
|
||||||
private:
|
private:
|
||||||
BOOST_DEDUCED_TYPENAME RandomAccessIteratorConcept::difference_type n;
|
BOOST_DEDUCED_TYPENAME difference_type n;
|
||||||
Iterator i;
|
Iterator i;
|
||||||
Iterator j;
|
Iterator j;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user