$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: anthony_at_[hidden]
Date: 2007-10-24 05:36:52
Author: anthonyw
Date: 2007-10-24 05:36:51 EDT (Wed, 24 Oct 2007)
New Revision: 40407
URL: http://svn.boost.org/trac/boost/changeset/40407
Log:
thrd-api is no longer a symmetric feature
Text files modified:
trunk/libs/thread/build/Jamfile.v2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/thread/build/Jamfile.v2
==============================================================================
--- trunk/libs/thread/build/Jamfile.v2 (original)
+++ trunk/libs/thread/build/Jamfile.v2 2007-10-24 05:36:51 EDT (Wed, 24 Oct 2007)
@@ -53,7 +53,7 @@
}
}
-feature.feature thrd-api : $(AVAILABLE_THREAD_APIS) : symmetric propagated composite ;
+feature.feature thrd-api : $(AVAILABLE_THREAD_APIS) : propagated composite ;
feature.compose <thrd-api>pthread : $(BOOST_PTHREAD_OPTS) ;
lib boost_thread