mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-20 15:52:13 +02:00
fix for adapted classes' category
[SVN r63804]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user