mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
User hyperlinks to refer to bugzilla issues (#8766)
This commit is contained in:
parent
f2ea143b49
commit
5cd77a6e32
17 changed files with 46 additions and 45 deletions
|
@ -2026,7 +2026,7 @@ private struct ChunkByGroup(alias eq, Range, bool eqEquivalenceAssured)
|
|||
}
|
||||
}
|
||||
|
||||
// Cannot be a copy constructor due to issue 22239
|
||||
// Cannot be a copy constructor due to https://issues.dlang.org/show_bug.cgi?id=22239
|
||||
this(this) @trusted
|
||||
{
|
||||
import core.lifetime : emplace;
|
||||
|
@ -2128,7 +2128,7 @@ if (isForwardRange!Range)
|
|||
}();
|
||||
}
|
||||
|
||||
// Cannot be a copy constructor due to issue 22239
|
||||
// Cannot be a copy constructor due to https://issues.dlang.org/show_bug.cgi?id=22239
|
||||
this(this) @trusted
|
||||
{
|
||||
import core.lifetime : emplace;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue