forked from boostorg/fusion
associative_sequence_tag -> associative_tag
[SVN r57337]
This commit is contained in:
@@ -25,7 +25,7 @@ namespace boost { namespace fusion {
|
||||
template<typename Sequence>
|
||||
struct apply
|
||||
{
|
||||
struct type : random_access_traversal_tag, associative_sequence_tag {};
|
||||
struct type : random_access_traversal_tag, associative_tag {};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user