Update of /cvsroot/boost/boost/boost/xpressive/detail/static
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13535/boost/xpressive/detail/static
Modified Files:
is_pure.hpp width_of.hpp
Log Message:
portability fixes
Index: is_pure.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/static/is_pure.hpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- is_pure.hpp 16 Jun 2007 05:46:15 -0000 1.26
+++ is_pure.hpp 1 Jul 2007 21:33:24 -0000 1.27
@@ -105,7 +105,7 @@
// either (s1 = ...) or (a1 = ...) or (set = ...)
template<typename Expr, typename Char>
struct use_simple_repeat_<Expr, Char, proto::tag::assign>
- : use_simple_repeat_assign<typename Expr::proto_arg0::proto_arg0>
+ : use_simple_repeat_assign<typename proto::result_of::arg<typename
Expr::proto_arg0>::type>
{};
template<typename Expr, typename Char>
Index: width_of.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/static/width_of.hpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- width_of.hpp 16 Jun 2007 05:46:15 -0000 1.25
+++ width_of.hpp 1 Jul 2007 21:33:24 -0000 1.26
@@ -147,7 +147,7 @@
// either (s1 = ...) or (a1 = ...) or (set = ...)
template<typename Expr, typename Char>
struct width_of<Expr, Char, proto::tag::assign>
- : width_of_assign<Expr, Char, typename Expr::proto_arg0::proto_arg0>
+ : width_of_assign<Expr, Char, typename proto::result_of::arg<typename
Expr::proto_arg0>::type>
{};
template<typename Expr, typename Char>
-------------------------------------------------------------------------
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