phobos/std/windows
Martin 9410feb3c0 std.windows.registry: Keep Key object alive while iterating over it
The `Key` and `{Key,Value}NameSequence` objects weren't referenced during
and after iteration in `...NameSequence.opApply()`, so there was no
guarantee the `Key` object owning the HKEY handle would stay alive and
keep the handle open - its destructor closes the handle.

This lead to a failing std.datetime.timezone unittest for optimized LDC
builds.
2017-10-01 15:33:01 +02:00
..
charset.d Remove old, redundant private import access specifier 2017-07-11 12:28:39 +02:00
iunknown.d Fix missing ')' in std.c.windows.com deprecation message. 2016-01-06 12:18:33 -08:00
registry.d std.windows.registry: Keep Key object alive while iterating over it 2017-10-01 15:33:01 +02:00
syserror.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00