Merge remote-tracking branch 'upstream/stable' into merge_stable

This commit is contained in:
Martin Nowak 2015-10-14 15:29:12 +02:00
commit f127643ed7
3 changed files with 107 additions and 17 deletions

View file

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