From 9a289b279bf001babb0154b80652e76294d07e4c Mon Sep 17 00:00:00 2001 From: Eric Friedman Date: Tue, 30 Sep 2003 07:16:54 +0000 Subject: [PATCH] Removed now-duplicated ETI workaround. [SVN r20221] --- include/boost/mpl/aux_/clear_impl.hpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/include/boost/mpl/aux_/clear_impl.hpp b/include/boost/mpl/aux_/clear_impl.hpp index 69ef78e..8ad0039 100644 --- a/include/boost/mpl/aux_/clear_impl.hpp +++ b/include/boost/mpl/aux_/clear_impl.hpp @@ -32,17 +32,6 @@ struct clear_traits template< typename Sequence > struct algorithm; }; -#if defined(BOOST_MPL_MSVC_60_ETI_BUG) -template<> -struct clear_traits -{ - template< typename Sequence > struct algorithm - { - typedef int type; - }; -}; -#endif - BOOST_MPL_ALGORITM_TRAITS_LAMBDA_SPEC(1,clear_traits) } // namespace mpl