From 518ac25a806c700f5c63036f92ecd55f7158d980 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Mon, 8 Aug 2011 06:29:25 +0000 Subject: [PATCH] merged [73583] from trunk [SVN r73606] --- include/boost/fusion/iterator/distance.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/boost/fusion/iterator/distance.hpp b/include/boost/fusion/iterator/distance.hpp index 0cfa414d..9c6db549 100644 --- a/include/boost/fusion/iterator/distance.hpp +++ b/include/boost/fusion/iterator/distance.hpp @@ -34,10 +34,7 @@ namespace boost { namespace fusion // default implementation template struct apply : distance_detail::linear_distance - { - BOOST_MPL_ASSERT_NOT((traits::is_random_access)); - BOOST_MPL_ASSERT_NOT((traits::is_random_access)); - }; + {}; }; template <>