Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80801 - branches/release/boost/thread/detail
From: vicente.botet_at_[hidden]
Date: 2012-09-30 20:24:05


Author: viboes
Date: 2012-09-30 20:24:05 EDT (Sun, 30 Sep 2012)
New Revision: 80801
URL: http://svn.boost.org/trac/boost/changeset/80801

Log:
Thread: merge from trunk
Text files modified:
   branches/release/boost/thread/detail/config.hpp | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: branches/release/boost/thread/detail/config.hpp
==============================================================================
--- branches/release/boost/thread/detail/config.hpp (original)
+++ branches/release/boost/thread/detail/config.hpp 2012-09-30 20:24:05 EDT (Sun, 30 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