Update of /cvsroot/boost/boost/libs/spirit/example/fundamental
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv996

Modified Files:
      Tag: SPIRIT_1_6
        regular_expression.cpp 
Log Message:
Removed conditional inclusion of Boost.Regex sources

Index: regular_expression.cpp
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/spirit/example/fundamental/regular_expression.cpp,v
retrieving revision 1.9.2.4
retrieving revision 1.9.2.5
diff -u -d -r1.9.2.4 -r1.9.2.5
--- regular_expression.cpp      25 Nov 2004 11:14:35 -0000      1.9.2.4
+++ regular_expression.cpp      26 Feb 2007 23:50:49 -0000      1.9.2.5
@@ -25,13 +25,10 @@
 //  The following header must be included, if regular expression support is
 //  required for Spirit.
 //
-//  The BOOST_SPIRIT_NO_REGEX_LIB PP constant should be defined, if you're
-//  using the Boost.Regex library from one translation unit only. Otherwise
-//  you have to link with the Boost.Regex library as defined in the related
-//  documentation (see. http://www.boost.org).
+//  Note that you have to link with the Boost.Regex library as defined in
+//  the related documentation (see. http://www.boost.org).
 //
 ///////////////////////////////////////////////////////////////////////////////
-#define BOOST_SPIRIT_NO_REGEX_LIB
 #include <boost/spirit/utility/regex.hpp>
 
 ///////////////////////////////////////////////////////////////////////////////


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