Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Move doesPointTo #2447

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion changelog/emplace.dd
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Moved `std.conv.emplace` to core/lifetime.d
Moved `std.conv.emplace`, `std.algorithm.mutation.move`, `std.algorithm.mutation.moveEmplace`, and `std.functional.forward` to core/lifetime.d

`emplace` is the counterpart to `destroy`, so it has been moved to also live in druntime (core/lifetime.d) where it is accessible by projects that use a shallow runtime library stack.
`move`, `moveEmplace`, and `forward` are related low-level construction machinery which also belong in `core.lifetime`.
Loading