Boost logo

Boost-Commit :

From: hinnant_at_[hidden]
Date: 2007-12-07 14:50:37


Author: hinnant
Date: 2007-12-07 14:50:37 EST (Fri, 07 Dec 2007)
New Revision: 41835
URL: http://svn.boost.org/trac/boost/changeset/41835

Log:
removed move members from duration types
Text files modified:
   sandbox/committee/LWG/thread_library.html | 12 ------------
   1 files changed, 0 insertions(+), 12 deletions(-)

Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-07 14:50:37 EST (Fri, 07 Dec 2007)
@@ -3641,8 +3641,6 @@
 
     // <i>construct/copy/destroy functions</i>
     nanoseconds(long long <var>ns</var>=0);
- nanoseconds(nanoseconds&amp;&amp;);
- nanoseconds&amp; operator=(nanoseconds&amp;&amp;);
 
     // <em>observer functions</em>
     tick_type count() const;
@@ -3696,8 +3694,6 @@
 
     // <i>construct/copy/destroy functions</i>
     microseconds(long long <var>us</var>=0);
- microseconds(microseconds&amp;&amp;);
- microseconds&amp; operator=(microseconds&amp;&amp;);
 
     // <em>observer functions</em>
     tick_type count() const;
@@ -3767,8 +3763,6 @@
 
     // <i>construct/copy/destroy functions</i>
     milliseconds(long long <var>ms</var>=0);
- milliseconds(milliseconds&amp;&amp;);
- milliseconds&amp; operator=(milliseconds&amp;&amp;);
 
     // <em>observer functions</em>
     tick_type count() const;
@@ -3852,8 +3846,6 @@
 
     // <i>construct/copy/destroy functions</i>
     seconds(long long <var>s</var>=0);
- seconds(seconds&amp;&amp;);
- seconds&amp; operator=(seconds&amp;&amp;);
 
     // <em>observer functions</em>
     tick_type count() const;
@@ -3950,8 +3942,6 @@
 
     // <i>construct/copy/destroy functions</i>
     minutes(long long <var>m</var>=0);
- minutes(minutes&amp;&amp;);
- minutes&amp; operator=(minutes&amp;&amp;);
 
     // <em>observer functions</em>
     tick_type count() const;
@@ -4061,8 +4051,6 @@
 
     // <i>construct/copy/destroy functions</i>
     hours(long long <var>h</var>=0);
- hours(hours&amp;&amp;);
- hours&amp; operator=(hours&amp;&amp;);
 
     // <em>observer functions</em>
     tick_type count() const;


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