Skip to content

Commit

Permalink
fix broken link to std.algo...move
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Oct 30, 2015
1 parent 54640ce commit 624a43f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions changelog/2.069.0_pre.dd
Expand Up @@ -201,9 +201,9 @@ $(LI $(LNAME2 documentation-improvements, The documentation for Phobos has been

$(LI $(LNAME2 std-algorithm-moveEmplace, A combined `moveEmplace` was added.)

$(P $(XREF algorithm_mutation, moveEmplace) efficiently combines $(XREF
algorithm_mutation, move) with $(XREF conv, emplace) thus avoids having
to initialize and destroy a value before moving into uninitialized data.
$(P $(XREF algorithm_mutation, moveEmplace) efficiently combines
$(XREF algorithm_mutation, move) with $(XREF conv, emplace) thus avoids
having to initialize and destroy a value before moving into uninitialized data.
)

------
Expand Down

0 comments on commit 624a43f

Please sign in to comment.