Skip to content

Commit 2f903a8

Browse files
tomaszkamjwakely
authored andcommitted
Set 4371 to Tentively NAD
1 parent 85f962e commit 2f903a8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

xml/issue4371.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8' standalone='no'?>
22
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
33

4-
<issue num="4371" status="New">
4+
<issue num="4371" status="Tentatively NAD">
55
<title>Container adaptor's `empty`/`size` should be `noexcept`</title>
66
<section>
77
<sref ref="[queue.defn]"/>
@@ -25,6 +25,13 @@ explicitly say those two members of the container must not throw, the fact that
2525
containers and common third-party containers mark them as unconditionally `noexcept` implies
2626
that it's perfectly reasonable to assume that they never will.
2727
</p>
28+
29+
<note>2025-10-22 Reflector poll. Status changed: New &rarr; Tentatively NAD.</note>
30+
<p>
31+
General disagrement with the proposed change.
32+
Implicitly changing container requirements.
33+
We should fix `flat_` adaptors instead.
34+
</p>
2835
</discussion>
2936

3037
<resolution>

0 commit comments

Comments
 (0)