mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 23:20:29 +03:00
Move internal stuff to std.algorithm.internal
This commit is contained in:
parent
492ab0df90
commit
b55c07c63a
11 changed files with 103 additions and 95 deletions
|
@ -702,7 +702,7 @@ void initializeAll(Range)(Range range)
|
|||
alias T = ElementType!Range;
|
||||
static if (hasElaborateAssign!T)
|
||||
{
|
||||
import std.algorithm : addressOf; // FIXME
|
||||
import std.algorithm.internal : addressOf;
|
||||
//Elaborate opAssign. Must go the memcpy road.
|
||||
//We avoid calling emplace here, because our goal is to initialize to
|
||||
//the static state of T.init,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue