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

Modified Files:
        phrase.hpp 
Log Message:
allow escaped space (The escaped space is removed from the output.)

Index: phrase.hpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/phrase.hpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- phrase.hpp  2 Oct 2006 21:18:43 -0000       1.17
+++ phrase.hpp  16 Nov 2006 04:15:20 -0000      1.18
@@ -213,6 +213,7 @@
 
                 escape =
                         str_p("\\n")                    [actions.break_]
+                    |   "\\ "                           // ignore an escaped 
char
                     |   '\\' >> punct_p                 [actions.raw_char]
                     |   (
                             ("'''" >> !eol)             [actions.escape_pre]


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