forked from boostorg/fusion
remove bogus compile-time asserts
[SVN r73583]
This commit is contained in:
@ -34,10 +34,7 @@ namespace boost { namespace fusion
|
|||||||
// default implementation
|
// default implementation
|
||||||
template <typename First, typename Last>
|
template <typename First, typename Last>
|
||||||
struct apply : distance_detail::linear_distance<First, 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 <>
|
template <>
|
||||||
|
Reference in New Issue
Block a user