|
Boost-Commit : |
From: hinnant_at_[hidden]
Date: 2007-12-07 15:59:14
Author: hinnant
Date: 2007-12-07 15:59:13 EST (Fri, 07 Dec 2007)
New Revision: 41837
URL: http://svn.boost.org/trac/boost/changeset/41837
Log:
Made system_time arithmetic a little more consistent
Text files modified:
sandbox/committee/LWG/thread_library.html | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-07 15:59:13 EST (Fri, 07 Dec 2007)
@@ -4386,8 +4386,7 @@
<dl>
<dt>Returns:</dt>
<dd>
-The sum of <code><var>td</var></code> converted to nanosecond resolution
-and the time represented by <code>*this</code>.
+<code>system_time(*this) += <var>td</var></code>.
</dd>
</dl>
@@ -4418,8 +4417,7 @@
<dl>
<dt>Returns:</dt>
<dd>
-The difference between the time represented by <code>*this</code> converted to nanosecond resolution
-and <code><var>td</var></code>.
+<code>system_time(*this) -= <var>td</var></code>.
</dd>
</dl>
@@ -4476,8 +4474,8 @@
<dt>Returns:</dt>
<dd>
-The sum of <code><var>td</var></code> converted to nanosecond resolution
-and the time represented by <code><var>rhs</var></code>. </dd>
+<code><var>rhs</var> + <var>td</var>.
+</dd>
</dl>
</blockquote>
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