Update of /cvsroot/boost/boost/boost/spirit/utility
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31582
Modified Files:
Tag: SPIRIT_1_6
regex.hpp
Log Message:
Removed conditional inclusion of Boost.Regex sources
Index: regex.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/spirit/utility/regex.hpp,v
retrieving revision 1.8.2.5
retrieving revision 1.8.2.6
diff -u -d -r1.8.2.5 -r1.8.2.6
--- regex.hpp 28 Mar 2006 20:45:37 -0000 1.8.2.5
+++ regex.hpp 26 Feb 2007 23:43:44 -0000 1.8.2.6
@@ -22,30 +22,10 @@
//
// Include the regular expression library of boost (Boost.Regex)
//
-// Note though, that this library is not distributed with Spirit. You have to
-// obtain a separate copy from http://www.boost.org.
+// Note that this library is not available with the Spirit only distribution.
//
///////////////////////////////////////////////////////////////////////////////
-#if defined(BOOST_SPIRIT_NO_REGEX_LIB)
-//
-// Include all the Boost.regex library. Please note that this will not work,
-// if you are using the boost/spirit/regex.hpp header from more than one
-// translation units.
-//
-#define BOOST_REGEX_NO_LIB
-#define BOOST_REGEX_STATIC_LINK
-#define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
#include <boost/regex.hpp>
-#include <boost/regex/src.cpp>
-
-#else
-//
-// Include the Boost.Regex headers only. Note, that you will have to link your
-// application against the Boost.Regex library as described in the related
-// documentation.
-//
-#include <boost/regex.hpp>
-#endif // defined(BOOST_SPIRIT_NO_REGEX_LIB)
#include <boost/static_assert.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