forked from boostorg/fusion
fusion: merge of associative iterators/views and the new fold interface
[SVN r58618]
This commit is contained in:
@ -33,7 +33,7 @@ namespace boost { namespace fusion
|
||||
struct random_access_traversal_tag
|
||||
: bidirectional_traversal_tag {};
|
||||
|
||||
struct associative_sequence_tag {};
|
||||
struct associative_tag {};
|
||||
|
||||
namespace extension
|
||||
{
|
||||
@ -68,7 +68,7 @@ namespace boost { namespace fusion
|
||||
template <typename T>
|
||||
struct is_associative
|
||||
: is_base_of<
|
||||
associative_sequence_tag
|
||||
associative_tag
|
||||
, typename category_of<T>::type>
|
||||
{};
|
||||
|
||||
|
Reference in New Issue
Block a user