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.

377. basic_string::insert and length_error

Section: 23.4.3.7.4 [string.insert] Status: NAD Submitter: Ray Lischner Opened: 2002-08-16 Last modified: 2016-11-12

Priority: Not Prioritized

View all other issues in [string.insert].

View all issues with NAD status.

Discussion:

Section 23.4.3.7.4 [string.insert], paragraph 4, contains the following, "Then throws length_error if size() >= npos - rlen."

Related to DR 83, this sentence should probably be removed.

Proposed resolution:

Rationale:

This requirement is redundant but correct. No change is needed.