Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r69625 - in branches/release: boost/regex libs/regex libs/regex/build libs/regex/src
From: john_at_[hidden]
Date: 2011-03-07 08:23:36


Author: johnmaddock
Date: 2011-03-07 08:23:36 EST (Mon, 07 Mar 2011)
New Revision: 69625
URL: http://svn.boost.org/trac/boost/changeset/69625

Log:
Merge minor regex lib fixes from Trunk.
Properties modified:
   branches/release/boost/regex/ (props changed)
   branches/release/libs/regex/ (props changed)
   branches/release/libs/regex/build/ (props changed)
Text files modified:
   branches/release/libs/regex/src/regex.cpp | 16 ----------------
   1 files changed, 0 insertions(+), 16 deletions(-)

Modified: branches/release/libs/regex/src/regex.cpp
==============================================================================
--- branches/release/libs/regex/src/regex.cpp (original)
+++ branches/release/libs/regex/src/regex.cpp 2011-03-07 08:23:36 EST (Mon, 07 Mar 2011)
@@ -224,19 +224,3 @@
 }
 #endif
 
-#if defined(__IBMCPP__) && defined(BOOST_REGEX_DYN_LINK)
-//
-// Is this correct - linker complains without it ?
-//
-int main()
-{
- return 0;
-}
-
-#endif
-
-
-
-
-
-


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk