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

Modified Files:
        code_snippet.hpp 
Log Message:
Eat the whitespace in front of code snippet ignored blocks to prevent extra 
spaces from showing up with the text after the ignored block closes.

Index: code_snippet.hpp
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/code_snippet.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- code_snippet.hpp    7 Mar 2007 01:29:25 -0000       1.5
+++ code_snippet.hpp    7 Mar 2007 04:53:03 -0000       1.6
@@ -69,7 +69,7 @@
                     ;
 
                 ignore =
-                        "//<-"
+                        *blank_p >> "//<-"
                         >> (*(anychar_p - "//->"))
                         >> "//->" >> *blank_p >> eol_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