mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
Merge remote-tracking branch 'upstream/stable' into merge_stable
This commit is contained in:
commit
d2e931f149
5 changed files with 66 additions and 7 deletions
|
@ -1392,7 +1392,7 @@ private T moveImpl(T)(ref T source)
|
|||
* source = value to be moved into target
|
||||
* target = uninitialized value to be filled by source
|
||||
*/
|
||||
void moveEmplace(T)(ref T source, ref T target) @system
|
||||
void moveEmplace(T)(ref T source, ref T target) pure @system
|
||||
{
|
||||
import core.stdc.string : memcpy, memset;
|
||||
import std.traits : hasAliasing, hasElaborateAssign,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue