July 17, 2012 [phobos] Deprecated typedef code in Phobos | ||||
---|---|---|---|---|
| ||||
Hi,
I see there is a little deprecated typedef code left in std.conv and std.format. My question is: Can we kill it? It seems to me that, given typedef now being an error, none of this code should compile when instantiated, so why keep it around at all?
Regards,
Alex
_______________________________________________
phobos mailing list
phobos@puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos
|
July 18, 2012 Re: [phobos] Deprecated typedef code in Phobos | ||||
---|---|---|---|---|
| ||||
Posted in reply to Alex Rønne Petersen | 2012/7/17 Alex Rønne Petersen <xtzgzorex@gmail.com>: > I see there is a little deprecated typedef code left in std.conv and std.format. My question is: Can we kill it? It seems to me that, given typedef now being an error, none of this code should compile when instantiated, so why keep it around at all? I think they are accidentally leaked from the deprecation target. So, yes, we should remove them. Kenji Hara _______________________________________________ phobos mailing list phobos@puremagic.com http://lists.puremagic.com/mailman/listinfo/phobos |
Copyright © 1999-2021 by the D Language Foundation