forked from boostorg/iterator
tweak condition for workarounds
[SVN r851]
This commit is contained in:
@@ -28,9 +28,10 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
|
||||||
#if defined(BOOST_MSVC_STD_ITERATOR) \
|
#if !defined(__SGI_STL_PORT) \
|
||||||
|| BOOST_WORKAROUND(_CPPLIB_VER, <= 310) \
|
&& (defined(BOOST_MSVC_STD_ITERATOR) \
|
||||||
|| BOOST_WORKAROUND(__GNUC__, <= 2 && !__SGI_STL_PORT)
|
|| BOOST_WORKAROUND(_CPPLIB_VER, <= 310) \
|
||||||
|
|| BOOST_WORKAROUND(__GNUC__, <= 2))
|
||||||
|
|
||||||
// std container random-access iterators don't support mutable/const
|
// std container random-access iterators don't support mutable/const
|
||||||
// interoperability (but may support const/mutable interop).
|
// interoperability (but may support const/mutable interop).
|
||||||
|
Reference in New Issue
Block a user