Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80759 - trunk/boost/thread/detail
From: vicente.botet_at_[hidden]
Date: 2012-09-29 14:22:21


Author: viboes
Date: 2012-09-29 14:22:21 EDT (Sat, 29 Sep 2012)
New Revision: 80759
URL: http://svn.boost.org/trac/boost/changeset/80759

Log:
Thread: try to fix regression on test_once
Text files modified:
   trunk/boost/thread/detail/config.hpp | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: trunk/boost/thread/detail/config.hpp
==============================================================================
--- trunk/boost/thread/detail/config.hpp (original)
+++ trunk/boost/thread/detail/config.hpp 2012-09-29 14:22:21 EDT (Sat, 29 Sep 2012)
@@ -9,9 +9,9 @@
 #define BOOST_THREAD_CONFIG_WEK01032003_HPP
 
 // Force SIG_ATOMIC_MAX to be defined
-#ifndef __STDC_LIMIT_MACROS
-#define __STDC_LIMIT_MACROS
-#endif
+//#ifndef __STDC_LIMIT_MACROS
+//#define __STDC_LIMIT_MACROS
+//#endif
 
 #include <boost/config.hpp>
 #include <boost/detail/workaround.hpp>


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