Boost logo

Boost-Commit :

From: kbelco_at_[hidden]
Date: 2007-12-02 21:04:30


Author: noel_belcourt
Date: 2007-12-02 21:04:30 EST (Sun, 02 Dec 2007)
New Revision: 41625
URL: http://svn.boost.org/trac/boost/changeset/41625

Log:
Change macro logic to get <stdarg.h> included on
SunOS.

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 2007-12-02 21:04:30 EST (Sun, 02 Dec 2007)
@@ -51,7 +51,7 @@
 #endif
 
 // to use vsnprintf
-#if defined(__SUNPRO_CC) && defined(__SunOS)
+#if defined(__SUNPRO_CC) || defined(__SunOS)
 # include <stdio.h>
 # include <stdarg.h>
 using std::va_list;


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