[Issue 19037] Nullable should use moveEmplace to support any type.

2018-07-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19037

--- Comment #2 from github-bugzi...@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 

--


[Issue 19037] Nullable should use moveEmplace to support any type.

2018-06-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19037

--- Comment #1 from FeepingCreature  ---
Fixed? by https://github.com/dlang/phobos/pull/6619

--