| 15 | 15 | $(LI std.typetuple: Added anySatisfy.) |
|---|
| 16 | 16 | ) |
|---|
| 17 | 17 | $(BUGSFIXED |
|---|
| 18 | 18 | $(LI Unlisted Bug: std.math.pow doesn't work on immutable numbers.) |
|---|
| 19 | 19 | $(LI Unlisted Bug: std.math.pow floating point overload expects both arguments to be exact same type.) |
|---|
| 20 | 20 | $(LI Unlisted Bug: std.path.join("", "foo") returns "/foo" instead of "foo" on Posix.) |
|---|
| 21 | 21 | $(LI Unlisted Bug: std.range.iota() random access primitives inconsistent after popFront on floating point version) |
|---|
| 22 | 22 | $(LI Several unlisted bugs in std.range.chain) |
|---|
| 23 | 23 | $(LI $(BUGZILLA 2903): Splitter should be bi-dir if the input range is bi-dir.) |
|---|
| 24 | 24 | $(LI $(BUGZILLA 2951): std.random.dice() should be templated on proportions.) |
|---|
| 25 | 26 | $(LI $(BUGZILLA 3123): std.algorithm.zip fails on 'lazy' ranges) |
|---|
| 26 | 27 | $(LI $(BUGZILLA 3294): forward reference to inferred return type of function call) |
|---|
| 27 | 28 | $(LI $(BUGZILLA 3312): std.string.count should use const(char)[], not immutable.) |
|---|
| 28 | 29 | $(LI $(BUGZILLA 3348): Documentation for many std.process functions has disappeared) |
|---|
| 29 | 30 | $(LI $(BUGZILLA 3361): code in std.zlib concatenates void[] arrays ) |
|---|
| 30 | 31 | $(LI $(BUGZILLA 3877): std.range.chain do not manage infinite ranges correctly) |
|---|
| 31 | 32 | $(LI $(BUGZILLA 3894): std.range.Stride!R requires R.front() and R.back() to return by reference) |
|---|
| 32 | 33 | $(LI $(BUGZILLA 3946): schwartzSort - SwapStrategy always unstable) |
|---|
| 33 | 34 | $(LI $(BUGZILLA 4402): std.range.Zip doesn't work w/ non-lvalue ranges.) |
|---|
| 34 | 35 | $(LI $(BUGZILLA 4408): Ambiguity when using std.algorithm.splitter with generic ranges.) |
|---|