Boost logo

Boost-Commit :

From: dgregor_at_[hidden]
Date: 2008-06-09 17:34:40


Author: dgregor
Date: 2008-06-09 17:34:39 EDT (Mon, 09 Jun 2008)
New Revision: 46284
URL: http://svn.boost.org/trac/boost/changeset/46284

Log:
More issues
Added:
   sandbox/committee/concepts/issues/issues/issue44.xml (contents, props changed)
   sandbox/committee/concepts/issues/issues/issue45.xml (contents, props changed)

Added: sandbox/committee/concepts/issues/issues/issue44.xml
==============================================================================
--- (empty file)
+++ sandbox/committee/concepts/issues/issues/issue44.xml 2008-06-09 17:34:39 EDT (Mon, 09 Jun 2008)
@@ -0,0 +1,21 @@
+<?xml version='1.0' encoding='iso-8859-1' standalone='no'?>
+<!DOCTYPE issue SYSTEM "lwg-issue.dtd" [
+ <!ENTITY nbsp "&#160;">
+] >
+
+<issue num="44" status="New">
+ <title><code>unique_copy</code> requirements don't account for move semantics</title>
+<section><sref ref="[alg.unique]"/></section>
+<submitter>LWG</submitter>
+<date>9 Jun 2008</date>
+
+<discussion>
+ <p>The <code>unique_copy</code> algorithm uses
+ iterator <code>value_type</code>s in a few places that preclude
+ the use of move iterators.</p>
+</discussion>
+
+<resolution>
+ <p><i>Note</i>: Howard Hinnant to provide improved requirements.</p>
+</resolution>
+</issue>

Added: sandbox/committee/concepts/issues/issues/issue45.xml
==============================================================================
--- (empty file)
+++ sandbox/committee/concepts/issues/issues/issue45.xml 2008-06-09 17:34:39 EDT (Mon, 09 Jun 2008)
@@ -0,0 +1,22 @@
+<?xml version='1.0' encoding='iso-8859-1' standalone='no'?>
+<!DOCTYPE issue SYSTEM "lwg-issue.dtd" [
+ <!ENTITY nbsp "&#160;">
+] >
+
+<issue num="45" status="New">
+ <title><code>move</code> and <code>move_backward</code> rely too heavily on the iterator's <code>value_type</code></title>
+<section><sref ref="[alg.move]"/></section>
+<submitter>LWG</submitter>
+<date>9 Jun 2008</date>
+
+<discussion>
+ <p>The <code>move</code> and <code>move_backward</code> algorithms
+ use the iterator's <code>value_type</code> rather
+ than <code>reference</code> type in several places, which may cause
+ problems for certain iterators (e.g., proxy iterators).</p>
+</discussion>
+
+<resolution>
+ <p><i>Note</i>: Howard Hinnant will provide improved concept requirements.</p>
+</resolution>
+</issue>


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