Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50062 - trunk/boost/detail
From: john_at_[hidden]
Date: 2008-12-02 05:06:11


Author: johnmaddock
Date: 2008-12-02 05:06:10 EST (Tue, 02 Dec 2008)
New Revision: 50062
URL: http://svn.boost.org/trac/boost/changeset/50062

Log:
Suppressed a couple more -Wundef warnings.
Text files modified:
   trunk/boost/detail/workaround.hpp | 10 ++++++++++
   1 files changed, 10 insertions(+), 0 deletions(-)

Modified: trunk/boost/detail/workaround.hpp
==============================================================================
--- trunk/boost/detail/workaround.hpp (original)
+++ trunk/boost/detail/workaround.hpp 2008-12-02 05:06:10 EST (Tue, 02 Dec 2008)
@@ -191,6 +191,16 @@
 #else
 #define _STLPORT_VERSION_WORKAROUND_GUARD 0
 #endif
+#ifndef __LIBCOMO_VERSION__
+#define __LIBCOMO_VERSION___WORKAROUND_GUARD 1
+#else
+#define __LIBCOMO_VERSION___WORKAROUND_GUARD 0
+#endif
+#ifndef _CPPLIB_VER
+#define _CPPLIB_VER_WORKAROUND_GUARD 1
+#else
+#define _CPPLIB_VER_WORKAROUND_GUARD 0
+#endif
 
 #ifndef BOOST_INTEL_CXX_VERSION
 #define BOOST_INTEL_CXX_VERSION_WORKAROUND_GUARD 1


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