Update of /cvsroot/boost/boost/libs/xpressive/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30031
Modified Files:
test.hpp
Log Message:
remove test_compile
Index: test.hpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/test/test.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- test.hpp 22 Oct 2006 03:28:00 -0000 1.9
+++ test.hpp 15 Apr 2007 17:03:13 -0000 1.10
@@ -184,22 +184,4 @@
display_type2<T>();
}
-///////////////////////////////////////////////////////////////////////////////
-// test_compile
-// try to compile a given static regular expression
-template<typename BidiIter, typename Xpr>
-inline void test_compile(Xpr const &xpr)
-{
- typedef typename boost::iterator_value<BidiIter>::type char_type;
- typedef boost::xpressive::regex_traits<char_type> traits_type;
- boost::xpressive::detail::xpression_visitor<BidiIter, boost::mpl::false_,
traits_type> visitor;
-
- display_type(boost::proto::compile(
- xpr
- , boost::xpressive::detail::end_xpression()
- , visitor
- , boost::xpressive::detail::seq_tag()
- ));
-}
-
#endif
-------------------------------------------------------------------------
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