Daniel Green Wrote: > nm test4.exe | grep ModuleInfo
as to std.random, in std.algorithm we have
version(unittest)
{
import std.random, std.stdio, std.string;
mixin(dummyRanges);
}
is phobos compiled with unittests enabled?
Daniel Green Wrote: > nm test4.exe | grep ModuleInfo
as to std.random, in std.algorithm we have
version(unittest)
{
import std.random, std.stdio, std.string;
mixin(dummyRanges);
}
is phobos compiled with unittests enabled?