|
Boost-Commit : |
From: Lawrence_at_[hidden]
Date: 2007-12-08 13:34:28
Author: crowl
Date: 2007-12-08 13:34:27 EST (Sat, 08 Dec 2007)
New Revision: 41904
URL: http://svn.boost.org/trac/boost/changeset/41904
Log:
Fix note formatting.
Text files modified:
sandbox/committee/LWG/thread_library.html | 22 +++++-----------------
1 files changed, 5 insertions(+), 17 deletions(-)
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-08 13:34:27 EST (Sat, 08 Dec 2007)
@@ -21,14 +21,6 @@
border: 1px solid; }
td { padding: 3px 10px 3px 10px;
border: 1px solid; }
- blockquote.note
- {
- background-color:#E0E0E0;
- padding-left: 15px;
- padding-right: 15px;
- padding-top: 1px;
- padding-bottom: 1px;
- }
</style>
</head>
@@ -327,21 +319,21 @@
<h3><a name="thread.common">30.1 Common Issues [thread.common]</a></h3>
-<blockquote class="note">
<p>
Unless otherwise stated,
the thread-safety requirements of
17.4.3.? ([constraints.?])
-and
+and
17.4.4.9 ([res.on.thread.safety])
+[<i>Editor:</i>
as proposed by
<cite>
<a href="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2007/n2410.html">
N2410</a> Thread-Safety in the Standard Library (Rev 1)
</cite>
+—<i>end editor</i>]
apply even to type and functions within this clause.
</p>
-</blockquote>
<h4><a name="thread.tmplparmname">30.1.1 Template Parameter Names [thread.tmplparmname]</a></h4>
@@ -853,12 +845,7 @@
<dd>
If <code>joinable()</code> then <code>detach()</code>,
otherwise no effects.
-</dd>
-
-<dt>
-<i>Note:</i>
-</dt>
-<dd>
+[<i>Note:</i>
Destroying a <code>joinable thread</code> can be unsafe
if the thread accesses objects or the standard library
unless the thread performs explicit synchronization
@@ -866,6 +853,7 @@
past their respective lifetimes.
Terminating the process with <code>_exit</code> or <code>quick_exit</code>
removes some of these obligations.
+—<i>end note</i>]
</dd>
<dt>Throws:</dt>
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