On Tuesday, July 17, 2012 00:47:12 Alex Rønne Petersen wrote: > Hi, > > It appears we're still keeping std.c.* and some other system-specific > modules around which have long been moved to core.stdc.* and > core.sys.*. > > Is there anything stopping us from killing these modules in Phobos?
If the std.c modules are to the point that they simply import core.stdc, then I say that we should definitely get rid of them. People have had plenty of time to fix their code already. It's been that way for ages. However, if std.c still contains actual functionality, then that needs to be sorted out first. - Jonathan M Davis _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
