[Issue 16180] Unable to dispose an interface with std.experiment.allocator
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Jun 17 07:08:18 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16180
--- Comment #2 from Maik Klein <maikklein at googlemail.com> ---
Okay I found the bug. It was using emsi_container as a dependency, even though
I did not use it.
It seems to have a dependency on std.experimental.allocator version 2.70, which
then somehow overshadowed the current version of std.experimental.allocator.
And the bug that I am reporting still existed in 2.70 but seems to be fixed in
2.71.
So I guess I maybe should report this as an dub issue?
--
More information about the Digitalmars-d-bugs
mailing list