Thread overview
[Issue 19240] std.typecons.Tuple should check for reserved identifiers
Sep 18, 2018
Simen Kjaeraas
September 18, 2018
https://issues.dlang.org/show_bug.cgi?id=19240

Simen Kjaeraas <simen.kjaras@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simen.kjaras@gmail.com

--- Comment #1 from Simen Kjaeraas <simen.kjaras@gmail.com> ---
This is caused by a typo in distinctFieldNames.

PR: https://github.com/dlang/phobos/pull/6712

--
September 20, 2018
https://issues.dlang.org/show_bug.cgi?id=19240

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

https://github.com/dlang/phobos/commit/ad8361b369a2c63d5b2c5c47edf948164692cc2d Fix issue 19240 - std.typecons.Tuple should check for reserved identifiers

https://github.com/dlang/phobos/commit/60c801872db658d256047bd6396c733151f86314 Merge pull request #6712 from Biotronic/Issue-19240

Fix issue 19240 - std.typecons.Tuple should check for reserved identi… merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>

--
September 20, 2018
https://issues.dlang.org/show_bug.cgi?id=19240

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--