|
Boost-Commit : |
From: Lawrence_at_[hidden]
Date: 2007-12-07 20:53:29
Author: crowl
Date: 2007-12-07 20:53:28 EST (Fri, 07 Dec 2007)
New Revision: 41851
URL: http://svn.boost.org/trac/boost/changeset/41851
Log:
Remove extraneous .
Text files modified:
sandbox/committee/LWG/thread_library.html | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-07 20:53:28 EST (Fri, 07 Dec 2007)
@@ -102,8 +102,7 @@
<br> 31.6 Class minutes [time.minutes]
<br> 31.7 Class hours [time.hours]
<br> 31.8 Class system_time [time.system]
-<br> <a href="#time.nonmembers">31.9 Non-member functions
-[time.nonmembers]</a>
+<br> 31.9 Non-member functions [time.nonmembers]
<br>References
<br>Acknowledgments
</p>
@@ -3587,7 +3586,8 @@
<p>
A duration type shall be EqualityComparable, LessThanComparable,
CopyConstructible, DefaultConstructible, CopyAssignable, Swappable, and
-Destructible. In addition, it must meet the requirements for well-defined
+Destructible.
+In addition, it must meet the requirements for well-defined
expressions specified it the following table, where <code>D</code> and <code>E</code>
are duration types, <code>d</code> denotes a <code>const</code> value of type
<code>D</code>, <code>e</code> denotes a <code>const</code> value of type <code>
@@ -3657,7 +3657,7 @@
<tr>
<td valign="top" width="25%"><code>d *= c</code></td>
<td valign="top" width="11%"><code>D&</code></td>
- <td valign="top" width="39%"><i>Postcondition:</i> <code>d.tick_count()
+ <td valign="top" width="39%"><i>Postcondition:</i> <code>d.tick_count()
== d.tick_count()</code><sub>at-entry</sub><code>*c</code></td>
</tr>
</table>
@@ -4457,7 +4457,7 @@
<dl>
<dt>Returns:</dt>
<dd>
-True if the time pointrepresented by <code>*this</code>
+True if the time point represented by <code>*this</code>
is earlier or the same as the time point represented by <code><var>rhs</var></code>.
</dd>
@@ -4615,7 +4615,7 @@
Otherwise, if the resolution of <code>LhsDuration</code> is finer than the
resolution of <code>RhsDuration</code>, <code><var>lhs</var>.count()==x, where x is
<var>rhs</var>.count() </code>converted to the resolution of <code>LhsDuration</code>.
-Otherwise, <code>x==<var>rhs</var>.count(), where x is <var>lhs</var>.count() </code>
+Otherwise, <code>x==<var>rhs</var>.count(), where x is <var>lhs</var>.count() </code>
converted to the resolution of <code>RhsDuration</code>.
</dd>
@@ -4649,7 +4649,7 @@
Otherwise, if the resolution of <code>LhsDuration</code> is finer than the
resolution of <code>RhsDuration</code>, <code><var>lhs</var>.count()<x, where x is
<var>rhs</var>.count() </code>converted to the resolution of <code>LhsDuration</code>.
-Otherwise, <code>x<<var>rhs</var>.count(), where x is <var>lhs</var>.count() </code>
+Otherwise, <code>x<<var>rhs</var>.count(), where x is <var>lhs</var>.count() </code>
converted to the resolution of <code>RhsDuration</code>.
</dd>
@@ -4711,7 +4711,7 @@
Otherwise, if the resolution of <code>LhsDuration</code> is finer than the
resolution of <code>RhsDuration</code>, <code>LhsDuration(<var>lhs</var>.count()+x),
where x is <var>rhs</var>.count() </code>converted to the resolution of <code>
-LhsDuration</code>. Otherwise, <code>RhsDuration(x+<var>rhs</var>.count()), where
+LhsDuration</code>. Otherwise, <code>RhsDuration(x+<var>rhs</var>.count()), where
x is <var>lhs</var>.count() </code>converted to the resolution of <code>RhsDuration</code>.
</dd>
@@ -4731,7 +4731,7 @@
Otherwise, if the resolution of <code>LhsDuration</code> is finer than the
resolution of <code>RhsDuration</code>, <code>LhsDuration(<var>lhs</var>.count()-x),
where x is <var>rhs</var>.count() </code>converted to the resolution of <code>
-LhsDuration</code>. Otherwise, <code>RhsDuration(x-<var>rhs</var>.count()), where
+LhsDuration</code>. Otherwise, <code>RhsDuration(x-<var>rhs</var>.count()), where
x is <var>lhs</var>.count() </code>converted to the resolution of <code>RhsDuration</code>.
</dd>
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