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 b9869d1 commit 97ee5b5Copy full SHA for 97ee5b5
xml/issue4468.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="4468" status="New">
+<issue num="4468" status="Tentatively Ready">
5
<title>§[const.wrap.class] "`operator decltype(auto)`" is ill-formed</title>
6
<section><sref ref="[const.wrap.class]"/></section>
7
<submitter>Jiang An</submitter>
@@ -17,6 +17,11 @@ is ill-formed:
17
<blockquote><pre>
18
constexpr operator decltype(auto)() const noexcept { return value; }
19
</pre></blockquote>
20
+
21
+<note>2025-12-04; Reflector poll.</note>
22
+<p>
23
+Set status to Tentatively Ready after seven votes in favour during reflector poll.
24
+</p>
25
</discussion>
26
27
<resolution>
0 commit comments