[Issue 15782] [Reg 2.071-devel] something about the const/non-const types in TypeTuples changed

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Mar 11 03:40:55 PST 2016


https://issues.dlang.org/show_bug.cgi?id=15782

Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|dmd                         |phobos

--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
Introduced in:
https://github.com/D-Programming-Language/phobos/pull/3985

Now the Alias template properly holds the aliased type qualifier. It would
affect to staticIndexOf, Erase, EraseAll, NoDuplicates, Replace, ReplaceAll,
and DerivedToFront behaviors at least.

--


More information about the Digitalmars-d-bugs mailing list