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

Modified Files:
        operators.hpp proto_fwd.hpp 
Log Message:
work around vc7.1 bug

Index: operators.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/operators.hpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- operators.hpp       7 May 2006 06:42:13 -0000       1.7
+++ operators.hpp       28 Jun 2006 21:39:43 -0000      1.8
@@ -45,7 +45,7 @@
     
///////////////////////////////////////////////////////////////////////////////
     // unary operators
     template<typename Arg>
-    typename as_op<Arg>::reference
+    inline unary_op<typename call_traits<Arg>::param_type, noop_tag> const
     noop(Arg const &arg)
     {
         BOOST_MPL_ASSERT_NOT((is_op<Arg>));

Index: proto_fwd.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/proto_fwd.hpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- proto_fwd.hpp       7 May 2006 06:42:13 -0000       1.11
+++ proto_fwd.hpp       28 Jun 2006 21:39:43 -0000      1.12
@@ -9,6 +9,7 @@
 #ifndef BOOST_PROTO_FWD_HPP_EAN_04_01_2005
 #define BOOST_PROTO_FWD_HPP_EAN_04_01_2005
 
+#include <boost/call_traits.hpp>
 #include <boost/mpl/bool.hpp>
 #include <boost/mpl/apply_fwd.hpp>
 #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
@@ -134,7 +135,7 @@
     make_op(Left const &left, Right const &right);
 
     template<typename Arg>
-    typename as_op<Arg>::reference
+    unary_op<typename call_traits<Arg>::param_type, noop_tag> const
     noop(Arg const &arg);
 
     template<typename Node>


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