mirror of
https://github.com/dlang/phobos.git
synced 2025-05-04 09:00:22 +03:00
pointsTo moved to std.exception
This commit is contained in:
parent
a34ea7b360
commit
c4db50c986
1 changed files with 1 additions and 1 deletions
|
@ -1317,7 +1317,7 @@ copy. Specifically: $(UL $(LI If $(D hasAliasing!T) is true (see
|
|||
$(XREF traits, hasAliasing)), then the representation of $(D source)
|
||||
is bitwise copied into $(D target) and then $(D source = T.init) is
|
||||
evaluated.) $(LI Otherwise, $(D target = source) is evaluated.)) See
|
||||
also $(XREF contracts, pointsTo).
|
||||
also $(XREF exception, pointsTo).
|
||||
|
||||
Preconditions:
|
||||
$(D &source == &target || !pointsTo(source, source))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue