[prev in list] [next in list] [prev in thread] [next in thread] 

List:       boost-commit
Subject:    [Boost-commit] svn:boost r43433 - in trunk/boost/xpressive/detail:
From:       eric () boost-consulting ! com
Date:       2008-02-28 22:47:13
Message-ID: 20080228224713.3DAC02F8398 () wowbagger ! osl ! iu ! edu
[Download RAW message or body]

Author: eric_niebler
Date: 2008-02-28 17:47:12 EST (Thu, 28 Feb 2008)
New Revision: 43433
URL: http://svn.boost.org/trac/boost/changeset/43433

Log:
fix oops
Text files modified: 
   trunk/boost/xpressive/detail/core/matcher/end_matcher.hpp |    54 \
++++++++++++++++++++--------------------  trunk/boost/xpressive/detail/detail_fwd.hpp \
|     4 +-                                        2 files changed, 29 insertions(+), \
29 deletions(-)

Modified: trunk/boost/xpressive/detail/core/matcher/end_matcher.hpp
==============================================================================
--- trunk/boost/xpressive/detail/core/matcher/end_matcher.hpp	(original)
+++ trunk/boost/xpressive/detail/core/matcher/end_matcher.hpp	2008-02-28 17:47:12 EST \
(Thu, 28 Feb 2008) @@ -74,34 +74,34 @@
         }
     };
 
-    ///////////////////////////////////////////////////////////////////////////////
-    // independent_end_matcher
-    //
-    struct independent_end_matcher
-      : quant_style_assertion
-    {
-        explicit independent_end_matcher(bool pure)
-          : pure_(pure)
-        {}
-        
-        template<typename BidiIter, typename Next>
-        static bool match(match_state<BidiIter> &state, Next const &)
-        {
-            if(!this->pure_)
-            {
-                // Now execute any actions that have been queued
-                for(actionable const *actor = state.action_list_.next; 0 != actor; \
                actor = actor->next)
-                {
-                    actor->execute(state.action_args_);
-                }
-            }
-                        
-            return true;
-        }
+    /////////////////////////////////////////////////////////////////////////////////
 +    //// independent_end_matcher
+    ////
+    //struct independent_end_matcher
+    //  : quant_style_assertion
+    //{
+    //    explicit independent_end_matcher(bool pure)
+    //      : pure_(pure)
+    //    {}
+    //    
+    //    template<typename BidiIter, typename Next>
+    //    bool match(match_state<BidiIter> &state, Next const &) const
+    //    {
+    //        if(!this->pure_)
+    //        {
+    //            // Now execute any actions that have been queued
+    //            for(actionable const *actor = state.action_list_.next; 0 != actor; \
actor = actor->next) +    //            {
+    //                actor->execute(state.action_args_);
+    //            }
+    //        }
+    //                    
+    //        return true;
+    //    }
 
-    private:
-        bool pure_;
-    };
+    //private:
+    //    bool pure_;
+    //};
 
 }}}
 

Modified: trunk/boost/xpressive/detail/detail_fwd.hpp
==============================================================================
--- trunk/boost/xpressive/detail/detail_fwd.hpp	(original)
+++ trunk/boost/xpressive/detail/detail_fwd.hpp	2008-02-28 17:47:12 EST (Thu, 28 Feb \
2008) @@ -69,7 +69,7 @@
     //
     struct end_matcher;
 
-    struct independent_end_matcher;
+    //struct independent_end_matcher;
 
     struct assert_bos_matcher;
 
@@ -266,7 +266,7 @@
 
     typedef static_xpression<alternate_end_matcher, no_next> \
alternate_end_xpression;  
-    typedef static_xpression<independent_end_matcher, no_next> \
independent_end_xpression; +    //typedef static_xpression<independent_end_matcher, \
no_next> independent_end_xpression;  
     typedef static_xpression<true_matcher, no_next> true_xpression;
 
_______________________________________________
Boost-commit mailing list
Boost-commit@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-commit


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic