mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
Follow up review on PR 7441
Steven identified a couple mistakes in the massive round of linkification. Fixing them here.
This commit is contained in:
parent
ffca395ed2
commit
62c72ca6ff
4 changed files with 4 additions and 4 deletions
|
@ -3956,7 +3956,7 @@ The number of seeds must be correspondingly increased.
|
|||
|
||||
@safe unittest
|
||||
{
|
||||
// https://issues.dlang.org/show_bug.cgi?id= 10408
|
||||
// https://issues.dlang.org/show_bug.cgi?id=10408
|
||||
// Two-function reduce of a const array.
|
||||
import std.algorithm.comparison : max, min;
|
||||
import std.typecons : tuple, Tuple;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue