Skip to content

Commit 37c3cb8

Browse files
committed
Final issues update for Issaquah motions
1 parent 3a6af76 commit 37c3cb8

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

xml/issue2132.xml

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

6-
<issue num="2132" status="Review">
6+
<issue num="2132" status="Immediate">
77
<title><tt>std::function</tt> ambiguity</title>
88
<section><sref ref="[func.wrap.func.con]"/></section>
99
<submitter>Ville Voutilainen</submitter>
@@ -122,6 +122,8 @@ makes it fail as <tt>AThreadWrapper</tt> is not a Callable and the compiler trie
122122
constructor and fails.
123123
</p>
124124

125+
<note>2014-02-14 Issaquah meeting: Move to Immediate</note>
126+
125127
</discussion>
126128

127129
<resolution>

xml/issue2332.xml

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

6-
<issue num="2332" status="New">
6+
<issue num="2332" status="Immediate">
77
<title><tt>regex_iterator/regex_token_iterator</tt> should forbid temporary regexes</title>
88
<section><sref ref="[re.iter]"/></section>
99
<submitter>Stephan T. Lavavej</submitter>
@@ -17,6 +17,9 @@ Users can write "<tt>for(sregex_iterator i(s.begin(), s.end(), regex("meow")), e
1717
at runtime. We now have the technology to prevent this from compiling, like how <tt>reference_wrapper</tt> refuses to bind to
1818
temporaries.
1919
</p>
20+
21+
<note>2014-02-14 Issaquah meeting: Move to Immediate</note>
22+
2023
</discussion>
2124

2225
<resolution>

xml/issue2344.xml

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

6-
<issue num="2344" status="New">
6+
<issue num="2344" status="Immediate">
77
<title><tt>quoted()</tt>'s interaction with padding is unclear</title>
88
<section><sref ref="[quoted.manip]"/></section>
99
<submitter>Stephan T. Lavavej</submitter>
@@ -44,6 +44,8 @@ Additionally, saying that it's a "formatted output function" activates <sref ref
4444
sentry objects.
4545
</p>
4646

47+
<note>2014-02-14 Issaquah meeting: Move to Immediate</note>
48+
4749
</discussion>
4850

4951
<resolution>

xml/issue2360.xml

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

6-
<issue num="2360" status="New">
6+
<issue num="2360" status="Immediate">
77
<title><tt>reverse_iterator::operator*()</tt> is unimplementable</title>
88
<section><sref ref="[reverse.iterator]"/></section>
99
<submitter>Stephan T. Lavavej</submitter>
@@ -97,6 +97,11 @@ users that benefit almost no iterators.
9797
reference, it refers to a bit that is unrelated to the iterator's lifetime.
9898
</p>
9999

100+
<note>2014-02-14 Issaquah meeting: Move to Immediate</note>
101+
<p>
102+
Strike superfluous note to avoid potential confusion, and move to Immediate.
103+
</p>
104+
100105
</discussion>
101106

102107
<resolution>
@@ -132,10 +137,8 @@ return *deref_tmp;</del>
132137
return *--tmp;</ins>
133138
</pre></blockquote>
134139
<p>
135-
-2- [<i>Note</i>: <del>This operation must use an auxiliary member variable rather than a temporary variable to
136-
avoid returning a reference that persists beyond the lifetime of its associated iterator. (See 24.2.)</del><ins>This
137-
returns a reference that persists beyond the lifetime of its associated iterator, and is incompatible
138-
with iterators that return references to their own data members.</ins> &mdash; <i>end note</i>]
140+
<del>-2- [<i>Note</i>: This operation must use an auxiliary member variable rather than a temporary variable to
141+
avoid returning a reference that persists beyond the lifetime of its associated iterator. (See 24.2.) &mdash; <i>end note</i>]</del>
139142
</p>
140143
</blockquote></blockquote>
141144
</li>

0 commit comments

Comments
 (0)