https://issues.dlang.org/show_bug.cgi?id=14819
Jonathan M Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] | |m Resolution|--- |INVALID --- Comment #1 from Jonathan M Davis <[email protected]> --- Um, why are you opening a bug report for this? A forum discussion would make a lot more sense. In any case, relatively little in std.datetime uses TickDuration. It's only the benchmarking stuff that does. But those functions are going to need to be replaced - presumably in std.benchmark - with similar functions that use MonoTime and Duration. After that's been done, TickDuration and the functions that use it can be deprecated. --
