[Issue 19689] large types cannot be moved
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Feb 20 08:43:32 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19689
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@FeepingCreature created dlang/phobos pull request #6873 "Fix issue 19689:
don't use recursive template parameter iteration in std.traits." fixing this
issue:
- Fix issue 19689: don't use recursive template parameter iteration in
std.traits.
Pull inner Impl templates out into std.traits so they're only instantiated
once.
Use anySatisfy, staticMap instead of manually recursing.
https://github.com/dlang/phobos/pull/6873
--
More information about the Digitalmars-d-bugs
mailing list