Opened 13 years ago

Closed 12 years ago

#3698 closed Bugs (fixed)

no intrusive::set::constant_time_size

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

intrusive::set and other containers based on intrusive::rbtree do not expose these constants in their public interface, unlike the other containers:

static const bool constant_time_size; static const bool stateful_value_traits;

Change History (2)

comment:1 by anonymous, 13 years ago

Component: Noneintrusive
Owner: set to Ion Gaztañaga

comment:2 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.