Title
Missing throw specification for string::insert() and string::replace()
Status
dup
Section
[string.insert] [string.replace]
Submitter
Nico Josuttis

Created on 1998-09-29.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Rationale:

Considered a duplicate because it will be solved by the resolution of issue 83.

Duplicate: 83

Date: 1998-09-29.00:00:00

All insert() and replace() members for strings with an iterator as first argument lack a throw specification. The throw specification should probably be: length_error if size exceeds maximum.

History
Date User Action Args
2010-10-21 18:28:33adminsetmessages: + msg204
1998-09-29 00:00:00admincreate