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

Modified Files:
        is_pure.hpp 
Log Message:
add proto::not_ and proto::switch_, clean up xpressive's use_simple_repeat

Index: is_pure.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/static/is_pure.hpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- is_pure.hpp 6 Apr 2007 02:07:10 -0000       1.16
+++ is_pure.hpp 6 Apr 2007 21:03:08 -0000       1.17
@@ -29,7 +29,7 @@
     
///////////////////////////////////////////////////////////////////////////////
     // use_simple_repeat
     //
-    template<typename Expr, typename Tag = typename Expr::tag_type>
+    template<typename Expr>
     struct use_simple_repeat;
 
     
///////////////////////////////////////////////////////////////////////////////
@@ -192,7 +192,7 @@
     
///////////////////////////////////////////////////////////////////////////////
     // use_simple_repeat
     //
-    template<typename Expr, typename Tag>
+    template<typename Expr>
     struct use_simple_repeat
       : mpl::bool_<width_of<Expr>::value != unknown_width::value && 
is_pure<Expr>::value>
     {


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to