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

Modified Files:
        post_process.cpp 
Log Message:
Escape bug fix

Index: post_process.cpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/detail/post_process.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- post_process.cpp    7 Jun 2006 04:20:13 -0000       1.23
+++ post_process.cpp    16 Nov 2006 10:51:40 -0000      1.24
@@ -275,7 +275,7 @@
                 
                 escape = str_p("<!--quickbook-escape-prefix-->") >> 
                     *(anychar_p - str_p("<!--quickbook-escape-postfix-->"))
-                     >> str_p("<!--quickbook-escape-postfix-->")
+                     >> lexeme_d[str_p("<!--quickbook-escape-postfix-->") >> 
*space_p]
                     ;
                 
                 start_tag = '<' >> tag >> *(anychar_p - '>') >> lexeme_d['>' 
>> *space_p];


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