|
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&&);
- nanoseconds& operator=(nanoseconds&&);
// <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&&);
- microseconds& operator=(microseconds&&);
// <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&&);
- milliseconds& operator=(milliseconds&&);
// <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&&);
- seconds& operator=(seconds&&);
// <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&&);
- minutes& operator=(minutes&&);
// <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&&);
- hours& operator=(hours&&);
// <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