Skip to content

Commit 3a3531e

Browse files
committed
set priorities from reflector polls
1 parent 6548067 commit 3a3531e

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

xml/issue3976.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<section><sref ref="[container.alloc.reqmts]"/></section>
77
<submitter>Alisdair Meredith</submitter>
88
<date>14 Aug 2023</date>
9-
<priority>99</priority>
9+
<priority>4</priority>
1010

1111
<discussion>
1212
<p>
@@ -28,6 +28,19 @@ containers that are not otherwise allocator aware are are treated as-if they wer
2828
allocator-aware using <tt>std::allocator&lt;typename X::value_type&gt;</tt> (where <tt>value_type</tt>
2929
is already guaranteed to exist by the <i>container</i> requirements, <sref ref="[container.reqmts]"/> p1).
3030
</p>
31+
32+
<note>2025-10-16; Reflector poll</note>
33+
<p>
34+
Set priority to 4 after reflector poll.
35+
</p>
36+
<p>
37+
"NAD. 'If X is not allocator-aware' is equivalent to 'if X is not an allocate-aware container type'. Note that <sref ref="[container.alloc.reqmts]"/>/2
38+
is not defining the requirements on an allocator-aware container;
39+
it's defining the related <i>Cpp17Meow</i> requirements.
40+
The allocator-aware container requirements are defined in paragraphs 3
41+
and later, so this isn't a recursive definition."
42+
</p>
43+
3144
</discussion>
3245

3346
<resolution>

xml/issue4367.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</section>
99
<submitter>Hewill Kang</submitter>
1010
<date>07 Sep 2025</date>
11-
<priority>99</priority>
11+
<priority>4</priority>
1212

1313
<discussion>
1414
<p>
@@ -19,6 +19,16 @@ which calls the <code>optional(U&amp;&amp;)</code> constructor which in turn cal
1919
There's no reason to do that. It's much more efficient to call <code>optional&lt;T&amp;&gt;</code>'s
2020
default copy constructor to just copy a pointer.
2121
</p>
22+
23+
<note>2025-10-16; Reflector poll</note>
24+
<p>
25+
Set priority to 4 after reflector poll.
26+
</p>
27+
<p>
28+
"NAD, no observable difference."
29+
"Still simpler to not have to reason about whether it matters, let's do it."
30+
</p>
31+
2232
</discussion>
2333

2434
<resolution>

0 commit comments

Comments
 (0)