Update of /cvsroot/boost/boost/boost/fusion/sequence/view/transform_view/detail
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32508/sequence/view/transform_view/detail

Modified Files:
        deref_impl.hpp 
Log Message:
vc7.1 bugfix (ICE)

Index: deref_impl.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/fusion/sequence/view/transform_view/detail/deref_impl.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- deref_impl.hpp      16 Aug 2006 16:50:49 -0000      1.1
+++ deref_impl.hpp      9 Feb 2007 12:16:38 -0000       1.2
@@ -68,7 +68,8 @@
                     return i.f(*i.first1, *i.first2);
                 }
             };
-        };    }
+        };    
+    }
 }}
 
 #endif


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to