File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed
Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 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
2828allocator-aware using <tt >std::allocator< typename X::value_type> </tt > (where <tt >value_type</tt >
2929is 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 >
Original file line number Diff line number Diff line change 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&&)</code> constructor which in turn cal
1919There's no reason to do that. It's much more efficient to call <code >optional< T&> </code >'s
2020default 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 >
You can’t perform that action at this time.
0 commit comments