Index: boost/fusion/container/vector/vector.hpp =================================================================== --- boost/fusion/container/vector/vector.hpp (revision 43034) +++ boost/fusion/container/vector/vector.hpp (working copy) @@ -56,7 +56,7 @@ template vector(Sequence const& rhs) -#if BOOST_WORKAROUND(BOOST_MSVC, <= 1400) +#if BOOST_WORKAROUND(BOOST_MSVC, <= 1500) : vec(ctor_helper(rhs, is_base_of())) {} #else : vec(rhs) {} @@ -129,7 +129,7 @@ private: -#if BOOST_WORKAROUND(BOOST_MSVC, <= 1400) +#if BOOST_WORKAROUND(BOOST_MSVC, <= 1500) static vector_n const& ctor_helper(vector const& rhs, mpl::true_) {