mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 12:07:36 +02:00
remove bogus compile-time asserts
[SVN r73583]
This commit is contained in:
@ -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 <>
|
||||
|
Reference in New Issue
Block a user