This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of New status.

4479. No restrictions on which types can be tuple elements

Section: 22.4.4.1 [tuple.tuple.general] Status: New Submitter: Davis Herring Opened: 2025-11-21 Last modified: 2025-11-21

Priority: Not Prioritized

View all issues with New status.

Discussion:

We do not prohibit nonsense like std::tuple<void> or std::tuple<int()>.

Proposed resolution: