Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66452 - trunk/boost/test
From: admin_at_[hidden]
Date: 2010-11-08 08:17:37


Author: wash
Date: 2010-11-08 08:17:36 EST (Mon, 08 Nov 2010)
New Revision: 66452
URL: http://svn.boost.org/trac/boost/changeset/66452

Log:
Neglected a "!"

Text files modified:
   trunk/boost/test/execution_monitor.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/test/execution_monitor.hpp
==============================================================================
--- trunk/boost/test/execution_monitor.hpp (original)
+++ trunk/boost/test/execution_monitor.hpp 2010-11-08 08:17:36 EST (Mon, 08 Nov 2010)
@@ -77,7 +77,7 @@
 
 #else // based on ISO C standard
 
-# if defined(__CYGWIN__) && defined(BOOST_CLANG)
+# if !defined(__CYGWIN__) && !defined(BOOST_CLANG)
 # if defined(__SUNPRO_CC)
 # include <stdio.h>
 # 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