associative_sequence_tag -> associative_tag

[SVN r57337]
This commit is contained in:
Christopher Schmidt
2009-11-03 17:35:33 +00:00
parent 60fabbdf9a
commit 65895017bd
239 changed files with 1305 additions and 1298 deletions

View File

@@ -30,7 +30,7 @@ namespace boost { namespace fusion
template <BOOST_PP_ENUM_PARAMS(FUSION_MAX_MAP_SIZE, typename T)>
struct map : sequence_base<map<BOOST_PP_ENUM_PARAMS(FUSION_MAX_MAP_SIZE, T)> >
{
struct category : forward_traversal_tag, associative_sequence_tag {};
struct category : forward_traversal_tag, associative_tag {};
typedef map_tag fusion_tag;
typedef fusion_sequence_tag tag; // this gets picked up by MPL