Use canonical links to forum.dlang.org

http://forum.dlang.org/help#canonical
This commit is contained in:
Vladimir Panteleev 2015-10-07 10:55:51 +00:00
parent edc405cacd
commit 52d6930daf
7 changed files with 7 additions and 7 deletions

View file

@ -2801,7 +2801,7 @@ unittest
import std.algorithm.comparison : max, min;
import std.typecons : tuple, Tuple;
//http://forum.dlang.org/thread/oghtttkopzjshsuflelk@forum.dlang.org
//http://forum.dlang.org/post/oghtttkopzjshsuflelk@forum.dlang.org
//Seed is tuple of const.
static auto minmaxElement(alias F = min, alias G = max, R)(in R range)
@safe pure nothrow if (isInputRange!R)