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

Modified Files:
        misc2.cpp 
Log Message:
whoops, now wregex on cygwin

Index: misc2.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/test/misc2.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- misc2.cpp   15 Apr 2007 06:40:26 -0000      1.2
+++ misc2.cpp   15 Apr 2007 06:56:24 -0000      1.3
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// misc1.hpp
+// misc2.hpp
 //
 //  Copyright 2004 Eric Niebler. Distributed under the Boost
 //  Software License, Version 1.0. (See accompanying file
@@ -19,8 +19,10 @@
     sregex rx1 = ~_n >> ~(set='a') >> ~(set='a','b') >> ~set['a'] >> ~_ln
         >> ~before('a') >> ~after('a') >> ~alpha >> ~range('a','b') >> ~_b >> 
~as_xpr('a');
 
+#ifndef BOOST_XPRESSIVE_NO_WREGEX
     wsregex rx2 = ~_n >> ~(set=L'a') >> ~(set=L'a',L'b') >> ~set[L'a'] >> ~_ln
         >> ~before(L'a') >> ~after(L'a') >> ~alpha >> ~range(L'a',L'b') >> ~_b 
>> ~as_xpr(L'a');
+#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

Reply via email to