https://issues.dlang.org/show_bug.cgi?id=15185
--- Comment #6 from Jacob Carlborg <[email protected]> --- (In reply to Steven Schveighoffer from comment #5) > Why not "typeid(const(Object))" and "(const(Object)).classinfo" ? The existing code will evaluate to "const(TypeInfo)". Your suggestion evaluates to "TypeInfo_Const". I guess I could hard code "const(TypeInfo)", but then I need put the whole alias declaration in a string mixin. It's not like I don't know how work around the change. It broke my code so I reported an issue. --
