forked from boostorg/fusion
fusion: merge of associative iterators/views and the new fold interface
[SVN r58618]
This commit is contained in:
@ -50,8 +50,7 @@ namespace boost { namespace fusion
|
||||
template <typename First, typename Last>
|
||||
struct distance :
|
||||
distance_detail::linear_distance<First, Last>
|
||||
{
|
||||
};
|
||||
{};
|
||||
};
|
||||
}}
|
||||
|
||||
|
Reference in New Issue
Block a user