Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49067 - sandbox/thread_safe_signals/trunk/libs/signals2/doc/reference
From: fmhess_at_[hidden]
Date: 2008-09-30 11:33:37


Author: fmhess
Date: 2008-09-30 11:33:37 EDT (Tue, 30 Sep 2008)
New Revision: 49067
URL: http://svn.boost.org/trac/boost/changeset/49067

Log:
Tweaked description of signals2::mutex wrt boost detection of
thread support.

Text files modified:
   sandbox/thread_safe_signals/trunk/libs/signals2/doc/reference/mutex.xml | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/thread_safe_signals/trunk/libs/signals2/doc/reference/mutex.xml
==============================================================================
--- sandbox/thread_safe_signals/trunk/libs/signals2/doc/reference/mutex.xml (original)
+++ sandbox/thread_safe_signals/trunk/libs/signals2/doc/reference/mutex.xml 2008-09-30 11:33:37 EDT (Tue, 30 Sep 2008)
@@ -14,8 +14,8 @@
             The <code>mutex</code> class implements the <code>Lockable</code>
             concept of Boost.Thread, and is the default <code>Mutex</code> template parameter
             type for signals.
- If boost has detected thread support in the compiler's current
- translation mode, mutex will map to a CRITICAL_SECTION on Windows
+ If boost has detected thread support in your compiler, the <code>mutex</code>
+ class will map to a CRITICAL_SECTION on Windows
             or a pthread_mutex on POSIX. If thread support is not detected, <code>mutex</code>
             will behave similarly to a <classname>dummy_mutex</classname>.
             The header file <code>boost/config.hpp</code>


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