Boost logo

Boost-Commit :

From: hinnant_at_[hidden]
Date: 2007-12-29 15:12:09


Author: hinnant
Date: 2007-12-29 15:12:09 EST (Sat, 29 Dec 2007)
New Revision: 42344
URL: http://svn.boost.org/trac/boost/changeset/42344

Log:
V1 issue 62.

Text files modified:
   sandbox/committee/LWG/issues.html | 13 +++++++++++++
   sandbox/committee/LWG/thread_library.html | 2 +-
   2 files changed, 14 insertions(+), 1 deletions(-)

Modified: sandbox/committee/LWG/issues.html
==============================================================================
--- sandbox/committee/LWG/issues.html (original)
+++ sandbox/committee/LWG/issues.html 2007-12-29 15:12:09 EST (Sat, 29 Dec 2007)
@@ -371,6 +371,19 @@
 apply N2378 ("User-defined Literals") in this context, should that paper
 be approved for C++0X.
 </p>
+
+<p>
+&#10004; 62. [time.duration.requirements] says in part:
+</p>
+
+<blockquote>
+... <code>d</code> denotes a <code>const</code> value of type <cocde>D</code>, ...
+</blockquote>
+
+<p>
+But <code>d</code> can't be <code>const</code>. It is used in a non-<code>const</code> manner.
+</p>
+
 </body>
 
 </html>

Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-29 15:12:09 EST (Sat, 29 Dec 2007)
@@ -3832,7 +3832,7 @@
 In addition, it must meet the requirements
 for well-formed expressions specified in 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>d</code> denotes a value of type <code>D</code>,
 <code>d0</code> denotes <code>d.tick_count()</code> at entry into the function,
 <code>e</code> denotes a <code>const</code> value of type <code>E</code>,
 <code>c</code> denotes a <code>long</code> value.


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