mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-01 05:44:37 +02:00
MPL: Remove workaround for no-longer-supported MSVC
[SVN r85948]
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user