We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc353b2 commit 1be80e1Copy full SHA for 1be80e1
xml/issue2991.xml
@@ -1,7 +1,7 @@
1
<?xml version='1.0' encoding='utf-8' standalone='no'?>
2
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3
4
-<issue num="2991" status="Open">
+<issue num="2991" status="Tentatively Ready">
5
<title><tt>variant</tt> copy constructor missing <tt>noexcept(<i>see below</i>)</tt></title>
6
<section><sref ref="[variant.ctor]"/></section>
7
<submitter>Peter Dimov</submitter>
@@ -84,6 +84,11 @@ variant(const variant& w) <ins>noexcept(<i>see below</i>)</ins>;
84
85
<note>2025-10-20; Jonathan provides updated wording</note>
86
87
+
88
+<note>2025-10-23; Reflector poll.</note>
89
+<p>
90
+Set status to Tentatively Ready after five votes in favour during reflector poll.
91
+</p>
92
</discussion>
93
94
<resolution>
0 commit comments