Removed now-duplicated ETI workaround.

[SVN r20221]
This commit is contained in:
Eric Friedman
2003-09-30 07:16:54 +00:00
parent 9eb621c516
commit 9a289b279b

View File

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