Skip to content

Commit 9a07965

Browse files
author
AlisdairM
committed
Status updated, Wednesday lunchtime, Bloomington 2011
1 parent 1d13d49 commit 9a07965

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

xml/issue1214.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!ENTITY nbsp "&#160;">
44
] >
55

6-
<issue num="1214" status="Deferred">
6+
<issue num="1214" status="Ready">
77
<title>Insufficient/inconsistent key immutability requirements for associative containers</title>
88
<section><sref ref="[associative.reqmts]"/></section>
99
<submitter>Daniel Kr&uuml;gler</submitter>
@@ -77,6 +77,18 @@ function object constraints of associative and unordered containers.
7777
We're uncomfortable with the first agenda item, and we can live with the second agenda
7878
item being applied before or after Madrid.
7979
</p>
80+
81+
<note>
82+
2011 Bloomington
83+
</note>
84+
85+
<p>
86+
Further discussion persuades us this issue is Ready (and so moved).
87+
We may need a further issue clarifying the notion of key <i>value</i>
88+
vs. key <i>object</i>, as object identity appears to be important
89+
to this wording.
90+
</p>
91+
8092
</discussion>
8193

8294
<resolution>

xml/issue1450.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ and</del> <i>Ci &amp; Cj</i> is zero.
112112
Change bullet 3 of paragraph 4:
113113
</p>
114114
<p>
115-
<del>The</del><ins>A non-zero</ins> value Y is set in the object X if the expression X & Y is nonzero.
115+
<del>The</del><ins>A non-zero</ins> value Y is set in the object X if the expression X &amp; Y is nonzero.
116116
</p>
117117
</discussion>
118118

xml/issue1521.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!ENTITY nbsp "&#160;">
44
] >
55

6-
<issue num="1521" status="Deferred">
6+
<issue num="1521" status="NAD Future">
77
<title>Requirements on internal pointer representations in containers</title>
88
<section><sref ref="[container.requirements.general]"/></section>
99
<submitter>Mike Spertus</submitter>
@@ -48,6 +48,16 @@ in the pre-Batavia mailing.
4848

4949
<p>Deferred</p>
5050

51+
<note>
52+
2011 Batavia
53+
</note>
54+
55+
<p>
56+
This may be an issue, but it is not clear. We want to gain a few years experience
57+
with the C++11 allocator model to see if this is already implied by the existing
58+
specification.
59+
</p>
60+
5161
</discussion>
5262

5363
<resolution>

xml/issue2005.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The effects of these inserts can be concisely stated in terms of emplace().
133133
Also, the correct term is "EmplaceConstructible", not "constructible".
134134
</p>
135135
<p>
136-
New wording by Pablo, eliminating duplicate requirements already implied by the effects clause. Move to Ready.
136+
New wording by Pablo, eliminating duplicate requirements already implied by the effects clause. Move to Review.
137137
</p>
138138

139139
</discussion>

0 commit comments

Comments
 (0)