D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 14234 - rbtree length should be const
Summary: rbtree length should be const
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: All All
: P1 enhancement
Assignee: Steven Schveighoffer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-02 07:14 UTC by drug007
Modified: 2015-04-02 13:02 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description drug007 2015-03-02 07:14:49 UTC
There is no reason for RBTree.length be non-const.
Comment 1 Steven Schveighoffer 2015-04-02 13:02:43 UTC
Fixed by PR https://github.com/D-Programming-Language/phobos/pull/3134