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

Modified Files:
        parser_traits.hpp 
Log Message:
rename proto::op to proto::functional, work toward better support in xpressive 
for non-char data

Index: parser_traits.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/xpressive/detail/dynamic/parser_traits.hpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- parser_traits.hpp   7 May 2007 04:41:25 -0000       1.8
+++ parser_traits.hpp   24 May 2007 23:25:40 -0000      1.9
@@ -34,11 +34,11 @@
 template<typename RegexTraits>
 struct compiler_traits
 {
-    typedef typename RegexTraits::char_type char_type;
-    typedef std::basic_string<char_type> string_type;
-    typedef typename string_type::const_iterator iterator_type;
     typedef RegexTraits regex_traits;
-    typedef typename RegexTraits::locale_type locale_type;
+    typedef typename regex_traits::char_type char_type;
+    typedef typename regex_traits::string_type string_type;
+    typedef typename regex_traits::locale_type locale_type;
+    typedef typename string_type::const_iterator iterator_type;
 
     
///////////////////////////////////////////////////////////////////////////////
     // constructor


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