Skip to content

Commit 92f0649

Browse files
committed
New issue from Davis Herring: No restrictions on which types can be tuple elements
1 parent 5935ba5 commit 92f0649

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

xml/issue4479.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version='1.0' encoding='utf-8' standalone='no'?>
2+
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3+
4+
<issue num="4479" status="New">
5+
<title>No restrictions on which types can be `tuple` elements</title>
6+
<section><sref ref="[tuple.tuple.general]"/></section>
7+
<submitter>Davis Herring</submitter>
8+
<date>21 Nov 2025</date>
9+
<priority>99</priority>
10+
11+
<discussion>
12+
<p>
13+
We do not prohibit nonsense like <code>std::tuple&lt;void&gt;</code>
14+
or <code>std::tuple&lt;int()&gt;</code>.
15+
</p>
16+
</discussion>
17+
18+
<resolution>
19+
<p>
20+
</p>
21+
</resolution>
22+
23+
</issue>

0 commit comments

Comments
 (0)