Update of /cvsroot/boost/boost/boost/spirit/phoenix/statement
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20248

Modified Files:
      Tag: SPIRIT_RC_1_8_5
        for.hpp 
Log Message:
sync from spirit PHOENIX_V2 branch

Index: for.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/spirit/phoenix/statement/Attic/for.hpp,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- for.hpp     11 Oct 2006 09:44:39 -0000      1.1.2.1
+++ for.hpp     1 Dec 2006 01:56:21 -0000       1.1.2.2
@@ -28,7 +28,7 @@
           , typename Init, typename Cond, typename Step, typename Do>
         static void
         eval(
-            Env const& env
+               Env const& env
           , Init& init, Cond& cond, Step& step, Do& do_)
         {
             for (init.eval(env); cond.eval(env); step.eval(env))


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