Opened 13 years ago

Closed 12 years ago

#3781 closed Bugs (fixed)

multiset::container_from_iterator is documented to be constant-time

Reported by: anonymous Owned by: Ion Gaztañaga
Milestone: Boost 1.45.0 Component: intrusive
Version: Boost 1.41.0 Severity: Problem
Keywords: Cc:

Description

set::container_from_iterator is documented to be logarithmic, multiset::container_from_iterator is documented to be constant-time. must be logarithmic.

(note: NOT container_from_end_iterator)

Change History (1)

comment:1 by Ion Gaztañaga, 12 years ago

Milestone: Boost 1.42.0Boost-1.45.0
Resolution: fixed
Status: newclosed

Fixed for Boost 1.45 in release branch

Note: See TracTickets for help on using tickets.