$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [PATCH] [config] Disable threads on Carbon, since MPTasks aren't supported
From: Joshua Juran (jjuran_at_[hidden])
Date: 2011-03-05 04:55:42
Disable threads on Carbon, since MPTasks aren't supported
Boost.Thread hasn't supported MPTasks since 1.33.1. Prevent the
definition of BOOST_HAS_THREADS in the non-pthreads case so spinlocks
compile (which are needed for smart pointers).