Boost logo

Boost-Commit :

From: marshall_at_[hidden]
Date: 2008-05-05 18:46:55


Author: marshall
Date: 2008-05-05 18:46:54 EDT (Mon, 05 May 2008)
New Revision: 45159
URL: http://svn.boost.org/trac/boost/changeset/45159

Log:
fixed line continuation
Text files modified:
   trunk/boost/test/impl/execution_monitor.ipp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/test/impl/execution_monitor.ipp
==============================================================================
--- trunk/boost/test/impl/execution_monitor.ipp (original)
+++ trunk/boost/test/impl/execution_monitor.ipp 2008-05-05 18:46:54 EDT (Mon, 05 May 2008)
@@ -139,7 +139,7 @@
 # define BOOST_TEST_USE_ALT_STACK
 # endif
 
-# if !defined(__CYGWIN__) && \
+# if !defined(__CYGWIN__) && \
       !(defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__)) && \
       !defined(__NetBSD__)
 # define BOOST_TEST_CATCH_SIGPOLL


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