|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r78226 - trunk/boost/thread/detail
From: vicente.botet_at_[hidden]
Date: 2012-04-27 20:08:54
Author: viboes
Date: 2012-04-27 20:08:53 EDT (Fri, 27 Apr 2012)
New Revision: 78226
URL: http://svn.boost.org/trac/boost/changeset/78226
Log:
Thread: inhibit allocators on wince as there is a bug on Boost.Intrusive
Text files modified:
trunk/boost/thread/detail/config.hpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/boost/thread/detail/config.hpp
==============================================================================
--- trunk/boost/thread/detail/config.hpp (original)
+++ trunk/boost/thread/detail/config.hpp 2012-04-27 20:08:53 EDT (Fri, 27 Apr 2012)
@@ -26,6 +26,10 @@
#define BOOST_THREAD_DONT_PROVIDE_FUTURE_CTOR_ALLOCATORS
#endif
+#if defined _WIN32_WCE && _WIN32_WCE==0x501
+#define BOOST_THREAD_DONT_PROVIDE_FUTURE_CTOR_ALLOCATORS
+#endif
+
#if ! defined BOOST_THREAD_DONT_PROVIDE_BASIC_THREAD_ID
#define BOOST_THREAD_PROVIDES_BASIC_THREAD_ID
#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