Thread overview
[Issue 11577] Template std.typetuple.NoDuplicates removes const types for classes and structs
Dec 17, 2022
Iain Buclaw
October 09, 2017
https://issues.dlang.org/show_bug.cgi?id=11577

alex.jercaianu@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex.jercaianu@gmail.com
           Assignee|nobody@puremagic.com        |alex.jercaianu@gmail.com

--
October 10, 2017
https://issues.dlang.org/show_bug.cgi?id=11577

--- Comment #1 from alex.jercaianu@gmail.com ---
What would be the correct behaviour here?
Should it treat the const and nonconst as duplicates?

--
July 10, 2020
https://issues.dlang.org/show_bug.cgi?id=11577

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@yahoo.com
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=20863

--- Comment #3 from Steven Schveighoffer <schveiguy@yahoo.com> ---
This is related to issue 20863

If that issue is fixed, this one gets fixed as well. But of course, one could probabl fix this without fixing 20863. So I won't close this as a duplicate.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=11577

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--