Update of /cvsroot/boost/boost/boost/xpressive/detail/dynamic
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29885/detail/dynamic

Modified Files:
        parser.hpp 
Log Message:
SetFillContext does proper widening of narrow chars

Index: parser.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/dynamic/parser.hpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- parser.hpp  17 Apr 2007 05:02:39 -0000      1.6
+++ parser.hpp  24 Apr 2007 07:05:20 -0000      1.7
@@ -83,7 +83,7 @@
     typedef literal_matcher<Traits, false, true> literal_matcher;
 
     char_type const newline = traits.widen('\n');
-    set_matcher s(traits);
+    set_matcher s;
     s.set_[0] = newline;
     s.set_[1] = 0;
     s.inverse();


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to