Update of /cvsroot/boost/boost/boost/xpressive/proto/transform
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13173/proto/transform

Modified Files:
        pass_through.hpp 
Log Message:
transforms for ~_ln and ~_b, clean-up

Index: pass_through.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/xpressive/proto/transform/pass_through.hpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pass_through.hpp    5 Apr 2007 20:49:12 -0000       1.7
+++ pass_through.hpp    11 Apr 2007 16:24:32 -0000      1.8
@@ -113,7 +113,12 @@
                     >
                 > type;
 
+    #if BOOST_WORKAROUND(BOOST_MSVC, == 1310)
+                template<typename Expr2, typename State2, typename Visitor2>
+                static type call(Expr2 const &expr, State2 const &state, 
Visitor2 &visitor)
+    #else
                 static type call(Expr const &expr, State const &state, Visitor 
&visitor)
+    #endif
                 {
                     type that = {
                         BOOST_PP_ENUM(N, BOOST_PROTO_DEFINE_COMPILE, ~)


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to