Update of /cvsroot/boost/boost/boost/fusion/sequence/adapted/struct
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29769

Modified Files:
        extension.hpp 
Log Message:
fixes bug reported by John Maddock. Typo: associative structures have 
associative members.


Index: extension.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/fusion/sequence/adapted/struct/extension.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- extension.hpp       8 May 2007 22:14:58 -0000       1.2
+++ extension.hpp       24 May 2007 21:08:34 -0000      1.3
@@ -56,7 +56,7 @@
         static type&
         call(Struct const& struct_)
         {
-            return struct_member<Struct, Key>::call(
+            return struct_assoc_member<Struct, Key>::call(
                 const_cast<Struct&>(struct_));
         }
     };


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to