Proposal for custom time string formatting in std.datetime

Walter Bright newshound2 at digitalmars.com
Wed Dec 21 22:22:40 PST 2011


On 12/21/2011 8:12 PM, Jonathan M Davis wrote:
> Yes, putting the custom formatting functions in increases the size of the
> module, but I think that if we want to do something about the size of
> std.datetime, it would make more sense to move some of its existing pieces out
> than to not put the custom time formatting on the types themselves.


I would seriously like to change to a "pay only for what you use" model for Phobos.

Note that a module can be split into sub-modules without changing the interface 
for the user.


More information about the Digitalmars-d mailing list