missing docs for moveEmplace

This commit is contained in:
Martin Nowak 2015-10-14 13:56:37 +02:00
parent 4eab18f14a
commit 96bc6da667

View file

@ -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.