Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r68318 - trunk/libs/regex/src
From: john_at_[hidden]
Date: 2011-01-20 05:15:00


Author: johnmaddock
Date: 2011-01-20 05:14:55 EST (Thu, 20 Jan 2011)
New Revision: 68318
URL: http://svn.boost.org/trac/boost/changeset/68318

Log:
Building with IBM C++ no longer needs a main() entry point.
Fixes #5088.
Text files modified:
   trunk/libs/regex/src/regex.cpp | 16 ----------------
   1 files changed, 0 insertions(+), 16 deletions(-)

Modified: trunk/libs/regex/src/regex.cpp
==============================================================================
--- trunk/libs/regex/src/regex.cpp (original)
+++ trunk/libs/regex/src/regex.cpp 2011-01-20 05:14:55 EST (Thu, 20 Jan 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