mirror of https://github.com/CGAL/cgal
Extend workaround of workaround to all VC++
This commit is contained in:
parent
d128f390fb
commit
d0e74e555c
|
|
@ -139,7 +139,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename It>
|
template <typename It>
|
||||||
#if defined(BOOST_MSVC) && (BOOST_MSVC <= 1920)
|
#if defined(BOOST_MSVC)
|
||||||
difference_type
|
difference_type
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue