mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
Removed now-duplicated ETI workaround.
[SVN r20221]
This commit is contained in:
@@ -32,17 +32,6 @@ struct clear_traits
|
|||||||
template< typename Sequence > struct algorithm;
|
template< typename Sequence > struct algorithm;
|
||||||
};
|
};
|
||||||
|
|
||||||
#if defined(BOOST_MPL_MSVC_60_ETI_BUG)
|
|
||||||
template<>
|
|
||||||
struct clear_traits<int>
|
|
||||||
{
|
|
||||||
template< typename Sequence > struct algorithm
|
|
||||||
{
|
|
||||||
typedef int type;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
#endif
|
|
||||||
|
|
||||||
BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC(1,clear_traits)
|
BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC(1,clear_traits)
|
||||||
|
|
||||||
} // namespace mpl
|
} // namespace mpl
|
||||||
|
Reference in New Issue
Block a user