mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 06:44:37 +02:00
workaround for msvc-8.0 bug
[SVN r52271]
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user