mirror of
https://github.com/dlang/phobos.git
synced 2025-05-02 08:00:48 +03:00
missing docs for moveEmplace
This commit is contained in:
parent
4eab18f14a
commit
96bc6da667
1 changed files with 1 additions and 1 deletions
|
@ -1152,7 +1152,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