summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <doug.gregor@gmail.com>2005-12-04 18:11:08 +0000
committerDouglas Gregor <doug.gregor@gmail.com>2005-12-04 18:11:08 +0000
commit8d61a7be1d97bd356c366c440c29e997685238d4 (patch)
tree713de901736f71215dcf24bca9a97d036d7b07bb
parentae50bac4067bd331b9e1271c925b686a87c58397 (diff)
downloadboost-8d61a7be1d97bd356c366c440c29e997685238d4.tar.gz
Fix "thrd thrd" problem.
[SVN r31902]
-rw-r--r--doc/html/thread_group.html4
m---------libs/thread0
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/thread_group.html b/doc/html/thread_group.html
index e5ea2e1a9b..040ec78345 100644
--- a/doc/html/thread_group.html
+++ b/doc/html/thread_group.html
@@ -89,7 +89,7 @@
<a href="thread.html" title="Class thread">thread</a> object.</p>
</li>
<li>
-<pre class="literallayout"><span class="type"><span class="bold"><strong>void</strong></span></span> <a name="id2584425-bb"></a>add_thread(<a href="thread.html" title="Class thread">thread</a>* thrd thrd);</pre>
+<pre class="literallayout"><span class="type"><span class="bold"><strong>void</strong></span></span> <a name="id2584425-bb"></a>add_thread(<a href="thread.html" title="Class thread">thread</a>* thrd);</pre>
<p><b xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision"><span class="term">Effects</span></b>:
Adds <code class="computeroutput">thrd</code> to the
@@ -99,7 +99,7 @@
be deleted when the group is destroyed.</p>
</li>
<li>
-<pre class="literallayout"><span class="type"><span class="bold"><strong>void</strong></span></span> <a name="id2486169-bb"></a>remove_thread(<a href="thread.html" title="Class thread">thread</a>* thrd thrd);</pre>
+<pre class="literallayout"><span class="type"><span class="bold"><strong>void</strong></span></span> <a name="id2486169-bb"></a>remove_thread(<a href="thread.html" title="Class thread">thread</a>* thrd);</pre>
<p><b xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision"><span class="term">Effects</span></b>:
Removes <code class="computeroutput">thread</code> from <code class="computeroutput">*this</code>'s
diff --git a/libs/thread b/libs/thread
-Subproject e552e010fd801ed257d92ae8b77461240562e07
+Subproject 44686a8dedb8e9fc420e98cd3c37d16f88f9f03