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

131. list::splice throws nothing

Section: 24.3.10.5 [list.ops] Status: NAD Submitter: Howard Hinnant Opened: 1999-03-06 Last modified: 2016-01-28

Priority: Not Prioritized

View all other issues in [list.ops].

View all issues with NAD status.

Discussion:

What happens if a splice operation causes the size() of a list to grow beyond max_size()?

Rationale:

Size() cannot grow beyond max_size().