Update of /cvsroot/boost/boost/libs/xpressive/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23023/libs/xpressive/test

Modified Files:
        test.hpp 
Log Message:
faster, better use_simple_repeat<> trait

Index: test.hpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/test/test.hpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- test.hpp    15 Apr 2007 17:03:13 -0000      1.10
+++ test.hpp    31 May 2007 18:51:50 -0000      1.11
@@ -170,9 +170,9 @@
     string_remove(str, "fusion::");
 
     //std::printf("%s\n\n", str.c_str());
-    std::printf("%s\nwdith=%d\nis_pure=%s\n\n", str.c_str()
-        , detail::width_of<T>::value
-        , detail::is_pure<T>::value ? "true" : "false");
+    std::printf("%s\nwdith=%d\nuse_simple_repeat=%s\n\n", str.c_str()
+        , detail::width_of<T, char>::value
+        , detail::use_simple_repeat<T, char>::value ? "true" : "false");
 }
 
 ///////////////////////////////////////////////////////////////////////////////


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