July 17, 2012 [dmd-internals] Some typedef-related code in druntime | ||||
---|---|---|---|---|
| ||||
Hey folks,
In import/object.di and src/object_.di, there is a templatized
opEquals() free function that does various typedef checks with is().
Is this supposed to parse at all? And further, is this function ever instantiated (I suspect not)? If no, can we kill it?
Regards,
Alex
_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals
|
July 18, 2012 Re: [dmd-internals] Some typedef-related code in druntime | ||||
---|---|---|---|---|
| ||||
Posted in reply to Alex Rønne Petersen | 2012/7/17 Alex Rønne Petersen <xtzgzorex@gmail.com>: > In import/object.di and src/object_.di, there is a templatized > opEquals() free function that does various typedef checks with is(). > > Is this supposed to parse at all? And further, is this function ever instantiated (I suspect not)? If no, can we kill it? It is introduced with mine: https://github.com/D-Programming-Language/druntime/pull/72 But I'll post a pull request to revert all const fixes, for the Andrei's decision. Kenji Hara _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
Copyright © 1999-2021 by the D Language Foundation