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

Modified Files:
        linker.hpp 
Log Message:
relatively complete but unoptimized version of XpressiveGrammar

Index: linker.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/core/linker.hpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- linker.hpp  29 Oct 2006 06:14:41 -0000      1.10
+++ linker.hpp  15 Nov 2006 06:35:30 -0000      1.11
@@ -120,9 +120,9 @@
 
     template<typename Visitor>
     typename apply<Visitor>::type
-    call(Visitor &) const
+    call(Visitor &visitor) const
     {
-        return typename apply<Visitor>::type(this->loc_);
+        return typename apply<Visitor>::type(this->loc_, visitor.self());
     }
 
     Locale getloc() const


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to