fix for adapted classes' category

[SVN r63804]
This commit is contained in:
Christopher Schmidt
2010-07-10 10:01:57 +00:00
parent 237165e1e9
commit c879ab02c3

View File

@ -20,7 +20,7 @@ namespace boost { namespace fusion
struct fusion_sequence_tag;
struct assoc_struct_category
: bidirectional_traversal_tag, associative_tag
: random_access_traversal_tag, associative_tag
{};
namespace extension