|
Boost-Commit : |
From: Lawrence_at_[hidden]
Date: 2007-12-03 20:34:28
Author: crowl
Date: 2007-12-03 20:34:28 EST (Mon, 03 Dec 2007)
New Revision: 41672
URL: http://svn.boost.org/trac/boost/changeset/41672
Log:
Change operator<< on thread::id to take a value parameter.
Text files modified:
sandbox/committee/LWG/thread_library.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Modified: sandbox/committee/LWG/thread_library.html
==============================================================================
--- sandbox/committee/LWG/thread_library.html (original)
+++ sandbox/committee/LWG/thread_library.html 2007-12-03 20:34:28 EST (Mon, 03 Dec 2007)
@@ -477,7 +477,7 @@
template<class charT, class traits>
basic_ostream<charT, traits>&
-operator<< (basic_ostream<charT, traits>&& out, const thread::id& id);
+operator<< (basic_ostream<charT, traits>&& out, thread::id id);
</code></pre>
</blockquote>
@@ -636,7 +636,7 @@
<pre><code>
template<class charT, class traits>
basic_ostream<charT, traits>&
-operator<< (basic_ostream<charT, traits>&& out, const thread::id& id);
+operator<< (basic_ostream<charT, traits>&& out, thread::id id);
</code></pre>
<blockquote>
@@ -5499,4 +5499,4 @@
</p>
</body>
-</html>
\ No newline at end of file
+</html>
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