Update of /cvsroot/boost/boost/tools/quickbook
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10849/tools/quickbook_backend

Modified Files:
      Tag: QUICKBOOK_BACKEND
        phrase.hpp 
Log Message:
Support for abstracting the backend format generation into templates. Starting 
out with a few hard wired settings and only the image element implemented.

Index: phrase.hpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/phrase.hpp,v
retrieving revision 1.23
retrieving revision 1.23.2.1
diff -u -d -r1.23 -r1.23.2.1
--- phrase.hpp  27 Feb 2007 15:22:15 -0000      1.23
+++ phrase.hpp  13 Apr 2007 03:28:16 -0000      1.23.2.1
@@ -243,8 +243,7 @@
 
                 image =
                         '$' >> blank
-                    >> (*(anychar_p -
-                            close_bracket))             [actions.image]
+                        >> template_args                [actions.image]
                     ;
 
                 url =


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