mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-02 14:24:30 +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
|
// member, and -1 otherwise; conrete sequences might override it by
|
||||||
// specializing either the 'O1_size_impl' or the primary 'O1_size' template
|
// specializing either the 'O1_size_impl' or the primary 'O1_size' template
|
||||||
|
|
||||||
# if !BOOST_WORKAROUND(BOOST_MSVC, < 1300) \
|
# if !BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3003))
|
||||||
&& !BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3003))
|
|
||||||
|
|
||||||
namespace aux {
|
namespace aux {
|
||||||
template< typename Sequence > struct O1_size_impl
|
template< typename Sequence > struct O1_size_impl
|
||||||
@@ -69,7 +68,7 @@ struct O1_size_impl
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# else // BOOST_MSVC
|
# else // __MWERKS__
|
||||||
|
|
||||||
template< typename Tag >
|
template< typename Tag >
|
||||||
struct O1_size_impl
|
struct O1_size_impl
|
||||||
|
Reference in New Issue
Block a user