Update of /cvsroot/boost/boost/boost/xpressive/detail/utility
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13465/boost/xpressive/detail/utility

Modified Files:
        symbols.hpp 
Log Message:
I HATE DOXYGEN

Index: symbols.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/utility/symbols.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- symbols.hpp 17 Jun 2007 02:08:36 -0000      1.1
+++ symbols.hpp 26 Jun 2007 05:44:10 -0000      1.2
@@ -65,7 +65,7 @@
         template<typename BidiIter, typename Trans>
         result_type operator ()(BidiIter &begin, BidiIter end, Trans trans) 
const
         {
-            return this->search(root, begin, end, trans);
+            return this->search(this->root, begin, end, trans);
         }
 
     private:


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