Update of /cvsroot/boost/boost/boost/xpressive/traits
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23448/boost/xpressive/traits

Modified Files:
        null_regex_traits.hpp 
Log Message:
hooray, non-char data works\!

Index: null_regex_traits.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/traits/null_regex_traits.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- null_regex_traits.hpp       21 Dec 2006 03:51:42 -0000      1.9
+++ null_regex_traits.hpp       30 May 2007 19:40:14 -0000      1.10
@@ -77,8 +77,6 @@
     /// \return Elem(ch).
     char_type widen(char ch) const
     {
-        //BOOST_MPL_ASSERT((detail::never_true<char_type>));
-        BOOST_ASSERT(false);
         return char_type(ch);
     }
 


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