Update of /cvsroot/boost/boost/boost/xpressive/detail/static/transforms
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23448/boost/xpressive/detail/static/transforms
Modified Files:
as_set.hpp
Log Message:
hooray, non-char data works\!
Index: as_set.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/boost/xpressive/detail/static/transforms/as_set.hpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- as_set.hpp 26 Apr 2007 07:07:24 -0000 1.7
+++ as_set.hpp 30 May 2007 19:40:10 -0000 1.8
@@ -14,7 +14,6 @@
#endif
#include <boost/mpl/assert.hpp>
-#include <boost/mpl/sizeof.hpp>
#include <boost/xpressive/proto/proto.hpp>
#include <boost/xpressive/proto/transform/arg.hpp>
#include <boost/xpressive/detail/detail_fwd.hpp>
@@ -240,7 +239,7 @@
// if sizeof(char_type)==1, merge everything into a basic_chset
// BUGBUG this is not optimal.
typedef typename mpl::if_<
- mpl::equal_to<mpl::sizeof_<char_type>, mpl::size_t<1> >
+ is_narrow_char<char_type>
, basic_chset<char_type>
, compound_charset<typename Visitor::traits_type>
>::type charset_type;
-------------------------------------------------------------------------
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