|
Boost-Commit : |
From: Lawrence_at_[hidden]
Date: 2007-10-29 21:04:20
Author: crowl
Date: 2007-10-29 21:04:19 EDT (Mon, 29 Oct 2007)
New Revision: 40589
URL: http://svn.boost.org/trac/boost/changeset/40589
Log:
Normalize anchor references.
Text files modified:
sandbox/committee/LWG/thread_library.html | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-10-29 21:04:19 EDT (Mon, 29 Oct 2007)
@@ -169,15 +169,15 @@
<th width="50%">Header(s)</th>
</tr>
<tr>
- <td width="50%">Threads</td>
+ <td width="50%">Threads</td>
<td width="50%"><code><thread></code></td>
</tr>
<tr>
- <td width="50%">Mutexs and locks</td>
+ <td width="50%">Mutexs and locks</td>
<td width="50%"><code><mutex></code></td>
</tr>
<tr>
- <td width="50%">Condition variables</td>
+ <td width="50%">Condition variables</td>
<td width="50%"><code><cond_var></code></td>
</tr>
</tbody></table>
@@ -3213,7 +3213,9 @@
[<b>Comment:</b>
Typical personal computer platforms currently achieve microsecond level
resolution from calls to the clock.
-The Boost Date-Time Library
+The
+<a href="http://www.boost.org/libs/date_time/index.html">
+Boost Date-Time Library</a>
has a class that portably implements the proposed interface,
but it uses different C-level interfaces depending on the operating
system.
@@ -4587,7 +4589,8 @@
</li>
<li>
<a href="http://www.iso.org/iso/en/CatalogueDetailPage.CatalogueDetail?CSNUMBER=40874">
- ISO 8601: 2004</a>Data elements and interchange formats -- Information interchange -- Representation of dates and times
+ ISO 8601: 2004</a>, Data elements and interchange formats —
+ Information interchange -- Representation of dates and times
</li>
</ul>
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