Fix unversioned VC++ checks

[SVN r14436]
This commit is contained in:
Dave Abrahams
2002-07-13 12:26:19 +00:00
parent 8b506ceac8
commit bd660bdae9
4 changed files with 11 additions and 11 deletions

View File

@@ -690,7 +690,7 @@ namespace detail {
// This macro definition is only temporary in this file
# if !defined(BOOST_MSVC)
# if !defined(BOOST_MSVC) || BOOST_MSVC > 1300
# define BOOST_ARG_DEPENDENT_TYPENAME typename
# else
# define BOOST_ARG_DEPENDENT_TYPENAME
@@ -779,7 +779,7 @@ struct iterator_adaptor :
policies().initialize(base());
}
#if defined(BOOST_MSVC) || defined(__BORLANDC__)
#if defined(BOOST_MSVC) && BOOST_MSVC <= 1300 || defined(__BORLANDC__)
// This is required to prevent a bug in how VC++ generates
// the assignment operator for compressed_pairv
iterator_adaptor& operator= (const iterator_adaptor& x) {

View File

@@ -212,7 +212,7 @@ public:
}
// see generate_array_view in base.hpp
#ifndef BOOST_MSVC
#if !defined(BOOST_MSVC) || BOOST_MSVC > 1300
template <int NDims>
#else
template <int NumDims, int NDims> // else ICE
@@ -499,7 +499,7 @@ public:
// See note attached to generate_array_view in base.hpp
#ifndef BOOST_MSVC
#if !defined(BOOST_MSVC) || BOOST_MSVC > 1300
template <int NDims>
#else
template <int NumDims, int NDims> // else ICE
@@ -559,7 +559,7 @@ public:
}
// See note attached to generate_array_view in base.hpp
#ifndef BOOST_MSVC
#if !defined(BOOST_MSVC) || BOOST_MSVC > 1300
template <int NDims>
#else
template <int NumDims, int NDims> // else ICE

View File

@@ -86,7 +86,7 @@ public:
}
// see generate_array_view in base.hpp
#ifndef BOOST_MSVC
#if !defined(BOOST_MSVC) || BOOST_MSVC > 1300
template <int NDims>
#else
template <int NumDims, int NDims> // else ICE
@@ -265,7 +265,7 @@ public:
}
// see generate_array_view in base.hpp
#ifndef BOOST_MSVC
#if !defined(BOOST_MSVC) || BOOST_MSVC > 1300
template <int NDims>
#else
template <int NumDims, int NDims> // else ICE
@@ -325,7 +325,7 @@ public:
}
// see generate_array_view in base.hpp
#ifndef BOOST_MSVC
#if !defined(BOOST_MSVC) || BOOST_MSVC > 1300
template <int NDims>
#else
template <int NumDims, int NDims> // else ICE

View File

@@ -123,7 +123,7 @@ public:
}
// see generate_array_view in base.hpp
#ifndef BOOST_MSVC
#if !defined(BOOST_MSVC) || BOOST_MSVC > 1300
template <int NDims>
#else
template <int NumDims, int NDims> // else ICE
@@ -331,7 +331,7 @@ public:
// see generate_array_view in base.hpp
#ifndef BOOST_MSVC
#if !defined(BOOST_MSVC) || BOOST_MSVC > 1300
template <int NDims>
#else
template <int NumDims, int NDims> // else ICE
@@ -383,7 +383,7 @@ public:
}
// see generate_array_view in base.hpp
#ifndef BOOST_MSVC
#if !defined(BOOST_MSVC) || BOOST_MSVC > 1300
template <int NDims>
#else
template <int NumDims, int NDims> // else ICE