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

Modified Files:
        basic_regex.hpp 
Log Message:
make &(expr) implicitly convertible to Expr*

Index: basic_regex.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/basic_regex.hpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- basic_regex.hpp     12 Mar 2007 22:11:29 -0000      1.13
+++ basic_regex.hpp     13 Mar 2007 02:07:54 -0000      1.14
@@ -221,30 +221,4 @@
 
 }} // namespace boost::xpressive
 
-
-namespace boost { namespace proto
-{
-    // Turn off the operator & overload on regex terminals
-    template<typename Domain, typename Expr>
-    struct is_allowed<
-        Domain
-      , Expr
-      , typename enable_if<
-            matches<
-                Expr
-              , address_of<
-                    terminal<
-                        xpressive::detail::tracking_ptr<
-                            xpressive::detail::regex_impl<_>
-                        >
-                    >
-                >
-            >
-        >::type
-    >
-      : mpl::false_
-    {};
-
-}}
-
-#endif // BOOST_XPRESSIVE_REGEX_HPP_EAN_10_04_2005
+#endif // BOOST_XPRESSIVE_BASIC_REGEX_HPP_EAN_10_04_2005


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