Boost logo

Boost-Commit :

From: anthony_at_[hidden]
Date: 2007-10-05 08:50:39


Author: anthonyw
Date: 2007-10-05 08:50:29 EDT (Fri, 05 Oct 2007)
New Revision: 39705
URL: http://svn.boost.org/trac/boost/changeset/39705

Log:
include config header from right place for pthread/once.hpp
Text files modified:
   trunk/boost/thread/pthread/once.hpp | 2 +-
   trunk/libs/thread/build/Jamfile.v2 | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/boost/thread/pthread/once.hpp
==============================================================================
--- trunk/boost/thread/pthread/once.hpp (original)
+++ trunk/boost/thread/pthread/once.hpp 2007-10-05 08:50:29 EDT (Fri, 05 Oct 2007)
@@ -9,7 +9,7 @@
 // accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-#include <boost/thread/pthread/config.hpp>
+#include <boost/thread/detail/config.hpp>
 
 #include <pthread.h>
 #include <boost/assert.hpp>

Modified: trunk/libs/thread/build/Jamfile.v2
==============================================================================
--- trunk/libs/thread/build/Jamfile.v2 (original)
+++ trunk/libs/thread/build/Jamfile.v2 2007-10-05 08:50:29 EDT (Fri, 05 Oct 2007)
@@ -18,7 +18,7 @@
         condition
         exceptions
         mutex
- once
+# once
         recursive_mutex
 # read_write_mutex
         thread


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