MPL: Remove workaround for no-longer-supported MSVC

[SVN r85948]
This commit is contained in:
Stephen Kelly
2013-09-26 09:47:38 +00:00
parent 83d7bb938f
commit 50865751ae

View File

@@ -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