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

472. Missing "Returns" clause in std::equal_range

Section: 27.8.4.4 [equal.range] Status: Dup Submitter: Prateek R Karandikar Opened: 2004-06-30 Last modified: 2016-01-28

Priority: Not Prioritized

View all other issues in [equal.range].

View all issues with Dup status.

Duplicate of: 270

Discussion:

There is no "Returns:" clause for std::equal_range, which returns non-void.

Proposed resolution:

Rationale:

Fixed as part of issue 270.