From 1bf333a444088b966f38321d22ecf835361c5be2 Mon Sep 17 00:00:00 2001 From: Tobias Schwinger Date: Thu, 24 May 2007 21:08:34 +0000 Subject: [PATCH] fixes bug reported by John Maddock. Typo: associative structures have associative members. [SVN r37762] --- include/boost/fusion/sequence/adapted/struct/extension.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/fusion/sequence/adapted/struct/extension.hpp b/include/boost/fusion/sequence/adapted/struct/extension.hpp index c5516ae5..da084498 100644 --- a/include/boost/fusion/sequence/adapted/struct/extension.hpp +++ b/include/boost/fusion/sequence/adapted/struct/extension.hpp @@ -56,7 +56,7 @@ namespace boost { namespace fusion { namespace extension static type& call(Struct const& struct_) { - return struct_member::call( + return struct_assoc_member::call( const_cast(struct_)); } };