From c879ab02c33e7aa252e8d77c97806213bcf5ff41 Mon Sep 17 00:00:00 2001 From: Christopher Schmidt Date: Sat, 10 Jul 2010 10:01:57 +0000 Subject: [PATCH] fix for adapted classes' category [SVN r63804] --- include/boost/fusion/adapted/struct/detail/extension.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/fusion/adapted/struct/detail/extension.hpp b/include/boost/fusion/adapted/struct/detail/extension.hpp index 2ba3bf70..1f9f4f75 100644 --- a/include/boost/fusion/adapted/struct/detail/extension.hpp +++ b/include/boost/fusion/adapted/struct/detail/extension.hpp @@ -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