On 7/27/17 3:00 PM, Ali Çehreli wrote:
On 07/27/2017 11:54 AM, Jonathan M Davis via Digitalmars-d-learn wrote:
> You ended up with two versions of std.datetime. One was the module,
and the
> other was the package.
I don't know how many people install from the zip file but I think the
zip file should include a datetime.d file with the following statement
in it:
static assert(false, "std.datetime is now a package; please remove this
file");
If std/datetime.d is there, how does one import std/datetime/package.d?
-Steve