June 28, 2018
https://issues.dlang.org/show_bug.cgi?id=19037

--- Comment #1 from FeepingCreature <default_357-line@yahoo.de> ---
Fixed? by https://github.com/dlang/phobos/pull/6619

--
July 28, 2018
https://issues.dlang.org/show_bug.cgi?id=19037

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/c1431b133bb26d3a777bdea0815c7212d1ff09d7
Use move/moveEmplace in Nullable
Fixes issue 19037.

https://github.com/dlang/phobos/commit/11b4a157352ca488dbe1201ece355a90978689bd Add testcase for issue 19037

unittest fix

https://github.com/dlang/phobos/commit/c5d5f0ef46a183d9a99a0f772337d32c85f4bb61 Merge pull request #6619 from FeepingCreature/Nullable-use-moveEmplace

Fix issue 19037: use move/moveEmplace in Nullable merged-on-behalf-of: Nathan Sashihara <n8sh@users.noreply.github.com>

--