mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 07:00:37 +03:00
Merge remote-tracking branch 'upstream/stable' into merge_stable
This commit is contained in:
commit
f127643ed7
3 changed files with 107 additions and 17 deletions
|
@ -1170,7 +1170,7 @@ unittest// Issue 8057
|
|||
static assert(__traits(compiles, move(x, x) ));
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Similar to $(LREF move) but assumes `target` is uninitialized. This
|
||||
* is more efficient because `source` can be blitted over `target`
|
||||
* without destroying or initializing it first.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue