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

Modified Files:
        construct.hpp 
Log Message:
shuffling some namespaces around for ADL reasons

Index: construct.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/transform/construct.hpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- construct.hpp       22 Jun 2007 23:23:49 -0000      1.10
+++ construct.hpp       4 Jul 2007 21:40:17 -0000       1.11
@@ -27,11 +27,11 @@
         namespace detail
         {
             template<typename T>
-            struct is_placeholder_expression
+            struct is_wildcard_expression
             {
                 BOOST_STATIC_CONSTANT(
                     bool
-                  , value = 
(sizeof(is_placeholder_expression_fun(static_cast<T*>(0)))==                    
    \
+                  , value = 
(sizeof(is_wildcard_expression_fun(static_cast<T*>(0)))==                       
 \
                              sizeof(yes_type))
                 );
                 typedef mpl::bool_<value> type;
@@ -66,7 +66,7 @@
             struct apply_aux2_;
 
             template<typename R, typename Expr, typename State, typename 
Visitor,
-                     bool IsPlaceholder = is_placeholder_expression<R>::value>
+                     bool IsWildcard = is_wildcard_expression<R>::value>
             struct apply_aux_
             {
                 typedef R type;
@@ -83,7 +83,7 @@
             {};
 
             template<typename R, typename Expr, typename State, typename 
Visitor>
-            struct apply_<R, Expr, State, Visitor, typename 
R::proto_is_placeholder_>
+            struct apply_<R, Expr, State, Visitor, typename 
R::proto_is_wildcard_>
               : nested_type<typename R::template apply<Expr, State, 
Visitor>::type>
             {};
 


-------------------------------------------------------------------------
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