merged [73583] from trunk

[SVN r73606]
This commit is contained in:
Eric Niebler
2011-08-08 06:29:25 +00:00
parent efea9aec4b
commit 518ac25a80

View File

@ -34,10 +34,7 @@ namespace boost { namespace fusion
// default implementation
template <typename First, typename Last>
struct apply : distance_detail::linear_distance<First, Last>
{
BOOST_MPL_ASSERT_NOT((traits::is_random_access<First>));
BOOST_MPL_ASSERT_NOT((traits::is_random_access<Last>));
};
{};
};
template <>