mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-21 08:32:08 +02:00
Workaround for older EDGs
[SVN r21455]
This commit is contained in:
@ -106,7 +106,9 @@ namespace boost {
|
|||||||
template<typename Iterator>
|
template<typename Iterator>
|
||||||
struct apply
|
struct apply
|
||||||
{
|
{
|
||||||
#if BOOST_WORKAROUND(__GNUC__, == 2) || BOOST_WORKAROUND(__MWERKS__, <= 0x2407)
|
#if BOOST_WORKAROUND(__EDG_VERSION__, <= 300) \
|
||||||
|
|| BOOST_WORKAROUND(__GNUC__, == 2) \
|
||||||
|
|| BOOST_WORKAROUND(__MWERKS__, <= 0x2407)
|
||||||
typedef typename
|
typedef typename
|
||||||
iterator_traits<
|
iterator_traits<
|
||||||
typename boost::remove_cv<Iterator>::type
|
typename boost::remove_cv<Iterator>::type
|
||||||
|
Reference in New Issue
Block a user