Index: adapt_adt_attributes.hpp =================================================================== --- adapt_adt_attributes.hpp (revision 66572) +++ adapt_adt_attributes.hpp (working copy) @@ -30,7 +30,7 @@ template struct container_value > : container_value< - typename fusion::extension::access::adt_attribute_proxy< + typename fusion::extension::adt_attribute_proxy< T, N, Const >::type > @@ -63,7 +63,7 @@ {}; /////////////////////////////////////////////////////////////////////////// - template + template struct assign_to_attribute_from_value< fusion::extension::adt_attribute_proxy , Val> @@ -107,7 +107,7 @@ val = attr; } static void - fail(fusion::extension::access::adt_attribute_proxy&) + fail(fusion::extension::adt_attribute_proxy&) { } };