forked from boostorg/fusion
Fix is_view_impl to return false for non fusion sequences (just like is_sequence_impl). (reverted from commit 1c693f05bf
)
This commit is contained in:
@ -40,13 +40,6 @@ namespace boost { namespace fusion
|
|||||||
struct apply : mpl::false_ {};
|
struct apply : mpl::false_ {};
|
||||||
};
|
};
|
||||||
|
|
||||||
template <>
|
|
||||||
struct is_view_impl<non_fusion_tag>
|
|
||||||
{
|
|
||||||
template <typename T>
|
|
||||||
struct apply : mpl::false_ {};
|
|
||||||
};
|
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
struct is_view_impl<sequence_facade_tag>
|
struct is_view_impl<sequence_facade_tag>
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user