From 50865751aea9354f1f75efaa7be14c2adbaa9900 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 26 Sep 2013 09:47:38 +0000 Subject: [PATCH] MPL: Remove workaround for no-longer-supported MSVC [SVN r85948] --- include/boost/mpl/aux_/O1_size_impl.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/boost/mpl/aux_/O1_size_impl.hpp b/include/boost/mpl/aux_/O1_size_impl.hpp index 3bcbd0f..ad1ea06 100644 --- a/include/boost/mpl/aux_/O1_size_impl.hpp +++ b/include/boost/mpl/aux_/O1_size_impl.hpp @@ -29,8 +29,7 @@ namespace boost { namespace mpl { // member, and -1 otherwise; conrete sequences might override it by // specializing either the 'O1_size_impl' or the primary 'O1_size' template -# if !BOOST_WORKAROUND(BOOST_MSVC, < 1300) \ - && !BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3003)) +# if !BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3003)) namespace aux { template< typename Sequence > struct O1_size_impl @@ -69,7 +68,7 @@ struct O1_size_impl }; }; -# else // BOOST_MSVC +# else // __MWERKS__ template< typename Tag > struct O1_size_impl