workaround for msvc-8.0 bug

[SVN r52271]
This commit is contained in:
Eric Niebler
2009-04-08 21:57:03 +00:00
parent bf25909150
commit c7025170c7

View File

@@ -333,7 +333,7 @@ namespace boost { namespace mpl
static std::size_t const size = BOOST_MPL_MULTICHAR_LENGTH(C0) + rest_::size;
#if BOOST_WORKAROUND(BOOST_MSVC, == 1310)
#if BOOST_WORKAROUND(BOOST_MSVC, <= 1400)
private:
/// INTERNAL ONLY
template<unsigned long Pos, bool B>